Mercurial > pidgin.yaz
diff libpurple/plugin.c @ 15383:21bc8d84974f
I think this changes every user-visible string that contains 'Gaim.' We probably want the UI to be able
to provide a user-readable client name as well as website, as some of my re-wordings come out somewhat awkward when I force not mentioning Gaim
| author | Sean Egan <seanegan@gmail.com> |
|---|---|
| date | Mon, 22 Jan 2007 09:27:02 +0000 |
| parents | 5fe8042783c1 |
| children | e9c12873fae0 |
line wrap: on
line diff
--- a/libpurple/plugin.c Mon Jan 22 09:05:30 2007 +0000 +++ b/libpurple/plugin.c Mon Jan 22 09:27:02 2007 +0000 @@ -535,7 +535,7 @@ dep_name); gaim_notify_error(NULL, NULL, - _("Gaim encountered errors loading the plugin."), tmp); + _("Unable to load the plugin"), tmp); g_free(tmp); g_list_free(dep_list); @@ -561,7 +561,7 @@ plugin->info->name); gaim_notify_error(NULL, NULL, - _("Gaim was unable to load your plugin."), tmp); + _("Unable to load your plugin."), tmp); g_free(tmp); g_list_free(dep_list); @@ -666,7 +666,7 @@ g_free(translated_name); gaim_notify_error(NULL, NULL, - _("Gaim encountered errors unloading the plugin."), tmp); + _("There were errors unloading the plugin."), tmp); g_free(tmp); } }
