From: <the...@us...> - 2006-10-30 03:54:29
|
Revision: 17625 http://svn.sourceforge.net/gaim/?rev=17625&view=rev Author: thekingant Date: 2006-10-29 19:54:24 -0800 (Sun, 29 Oct 2006) Log Message: ----------- Mark a newish string as translatable Modified Paths: -------------- trunk/libgaim/plugin.c Modified: trunk/libgaim/plugin.c =================================================================== --- trunk/libgaim/plugin.c 2006-10-30 03:50:11 UTC (rev 17624) +++ trunk/libgaim/plugin.c 2006-10-30 03:54:24 UTC (rev 17625) @@ -362,7 +362,7 @@ else if (plugin->info->ui_requirement && strcmp(plugin->info->ui_requirement, gaim_core_get_ui())) { - plugin->error = g_strdup_printf("You are using %s, but this plugin requires %s.", + plugin->error = g_strdup_printf(_("You are using %s, but this plugin requires %s."), gaim_core_get_ui(), plugin->info->ui_requirement); gaim_debug_error("plugins", "%s is not loadable: The UI requirement is not met.\n", plugin->path); plugin->unloadable = TRUE; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |