gsettings-tool: Make a string translatable
authorJiro Matsuzawa <jmatsuzawa@gnome.org>
Sat, 9 Mar 2013 14:56:02 +0000 (23:56 +0900)
committerJiro Matsuzawa <jmatsuzawa@gnome.org>
Sat, 9 Mar 2013 14:56:02 +0000 (23:56 +0900)
https://bugzilla.gnome.org/show_bug.cgi?id=695425

gio/gsettings-tool.c

index c049ce0..8398793 100644 (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;