summaryrefslogtreecommitdiff
path: root/gio/gsettings-tool.c
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2010-09-22 10:42:55 +0200
committerClaude Paroz <claude@2xlibre.net>2010-09-22 10:42:55 +0200
commit86d3342f854f11c1a35f02ec4f54c7aec345bae5 (patch)
treeb8d47f23b437c48424aa537fe7b2397c73f1f4b3 /gio/gsettings-tool.c
parent0a68f09494dea14d90ab802862eaa04d1ac54169 (diff)
Add translator comments for command parameter translation
Diffstat (limited to 'gio/gsettings-tool.c')
-rw-r--r--gio/gsettings-tool.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gio/gsettings-tool.c b/gio/gsettings-tool.c
index 4a516a586..cb3f34427 100644
--- a/gio/gsettings-tool.c
+++ b/gio/gsettings-tool.c
@@ -325,6 +325,7 @@ handle_set (gint *argc,
modify_argv0_for_command (argc, argv, "set");
+ /* Translators: Please keep order of words (command parameters) */
context = g_option_context_new (_("SCHEMA KEY VALUE"));
g_option_context_set_help_enabled (context, FALSE);
g_option_context_set_summary (context, _("Set the value of KEY"));
@@ -536,6 +537,7 @@ handle_writable (gint *argc,
modify_argv0_for_command (argc, argv, "writable");
+ /* Translators: Please keep order of words (command parameters) */
context = g_option_context_new (_("SCHEMA KEY"));
g_option_context_set_help_enabled (context, FALSE);
g_option_context_set_summary (context, _("Find out whether KEY is writable"));