[glib] gsettings-tool: Make a string translatable



commit 2549c33451c9460c25030baa6d25bc0002532b2a
Author: Jiro Matsuzawa <jmatsuzawa gnome org>
Date:   Sat Mar 9 23:56:02 2013 +0900

    gsettings-tool: Make a string translatable
    
    https://bugzilla.gnome.org/show_bug.cgi?id=695425

 gio/gsettings-tool.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]