summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2016-10-11 16:02:58 +0200
committerPiotr Drąg <piotrdrag@gmail.com>2016-10-11 16:02:58 +0200
commit001be16fdae9b7b690b3b09108e53004bf4ecbcc (patch)
treec4a9d84bf86a5fb9a62c5ddd98921386a11a385d
parentb14cf08b3bdafb7d3455f3158c13b334eb26b8fb (diff)
downloadlibgnomekbd-001be16fdae9b7b690b3b09108e53004bf4ecbcc.tar.gz
Move translator comments right above the strings
So they appear in .po files.
-rw-r--r--libgnomekbd/gkbd-keyboard-config.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libgnomekbd/gkbd-keyboard-config.c b/libgnomekbd/gkbd-keyboard-config.c
index 8daf578..bbe6904 100644
--- a/libgnomekbd/gkbd-keyboard-config.c
+++ b/libgnomekbd/gkbd-keyboard-config.c
@@ -705,10 +705,10 @@ gkbd_keyboard_config_to_string (const GkbdKeyboardConfig * config)
g_string_append (buffer, *iter);
}
- /* Translators: The count is related to the number of options. The %s
- * format specifier should not be modified, left "as is". */
layouts =
g_strdup_printf (ngettext
+ /* Translators: The count is related to the number of options. The %s
+ * format specifier should not be modified, left "as is". */
("layout \"%s\"", "layouts \"%s\"",
count), buffer->str);
g_string_truncate (buffer, 0);
@@ -723,10 +723,10 @@ gkbd_keyboard_config_to_string (const GkbdKeyboardConfig * config)
g_string_append (buffer, *iter);
}
- /* Translators: The count is related to the number of options. The %s
- * format specifier should not be modified, left "as is". */
options =
g_strdup_printf (ngettext
+ /* Translators: The count is related to the number of options. The %s
+ * format specifier should not be modified, left "as is". */
("option \"%s\"", "options \"%s\"",
count), buffer->str);
g_string_truncate (buffer, 0);