From: Jiro Matsuzawa Date: Sat, 9 Mar 2013 14:56:02 +0000 (+0900) Subject: gsettings-tool: Make a string translatable X-Git-Tag: 2.35.9~44 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2549c33451c9460c25030baa6d25bc0002532b2a;p=platform%2Fupstream%2Fglib.git gsettings-tool: Make a string translatable https://bugzilla.gnome.org/show_bug.cgi?id=695425 --- diff --git a/gio/gsettings-tool.c b/gio/gsettings-tool.c index c049ce0..8398793 100644 --- a/gio/gsettings-tool.c +++ b/gio/gsettings-tool.c @@ -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;