# HG changeset patch # User Mark Doliner # Date 1162180464 0 # Node ID 8a0c3cb93de89c08ebef1564e66b84324a63c3b0 # Parent 48afaede250e67ec93e3df205ad1d53d85aa1efb [gaim-migrate @ 17625] Mark a newish string as translatable committer: Tailor Script diff -r 48afaede250e -r 8a0c3cb93de8 libgaim/plugin.c --- 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;