gsettings-tool: Make a string translatable

https://bugzilla.gnome.org/show_bug.cgi?id=695425
This commit is contained in:
Jiro Matsuzawa 2013-03-09 23:56:02 +09:00
parent 74e92836d0
commit 2549c33451

View File

@ -722,7 +722,7 @@ main (int argc, char **argv)
if (schema_source == NULL)
{
g_printerr ("Could not load schemas from %s: %s\n", argv[2], error->message);
g_printerr (_("Could not load schemas from %s: %s\n"), argv[2], error->message);
g_clear_error (&error);
return 1;