Mercurial > pidgin
changeset 14856:8a0c3cb93de8
[gaim-migrate @ 17625]
Mark a newish string as translatable
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 30 Oct 2006 03:54:24 +0000 |
parents | 48afaede250e |
children | d134995c9ffa |
files | libgaim/plugin.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libgaim/plugin.c Mon Oct 30 03:50:11 2006 +0000 +++ b/libgaim/plugin.c Mon Oct 30 03:54:24 2006 +0000 @@ -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;