comparison finch/gntaccount.c @ 24053:81169f04ab1c

datallah reminds me that my strings suck
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Thu, 04 Sep 2008 03:43:32 +0000
parents 84deb53a0a06
children 024818afb013 bb99ee66120e
comparison
equal deleted inserted replaced
24052:f6b47af95252 24053:81169f04ab1c
501 } 501 }
502 502
503 list = purple_plugins_get_protocols(); 503 list = purple_plugins_get_protocols();
504 if (list == NULL) { 504 if (list == NULL) {
505 purple_notify_error(NULL, _("Error"), 505 purple_notify_error(NULL, _("Error"),
506 _("There's no protocol plugins installed."), 506 _("There are no protocol plugins installed."),
507 _("(You probably forgot to 'make install'.)")); 507 _("(You probably forgot to 'make install'.)"));
508 return; 508 return;
509 } 509 }
510 510
511 dialog = g_new0(AccountEditDialog, 1); 511 dialog = g_new0(AccountEditDialog, 1);