From 502a54a17c7efb0327415883818dc3f28c543d11 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 24 Dec 2006 22:12:13 +0000 Subject: [PATCH] Improve translators comments. (#389298, Christian Persch) 2006-12-24 Matthias Clasen * gtk/gtkaccellabel.c: Improve translators comments. (#389298, Christian Persch) --- ChangeLog | 5 +++++ gtk/gtkaccellabel.c | 9 ++++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6b8fff34e..71b86ccd4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-12-24 Matthias Clasen + + * gtk/gtkaccellabel.c: Improve translators comments. + (#389298, Christian Persch) + 2006-12-24 Bastien Nocera * gtk/gtkrecentmanager.c: Fix typo (s/expansive/expensive) diff --git a/gtk/gtkaccellabel.c b/gtk/gtkaccellabel.c index 9d3ca419b..5ea999499 100644 --- a/gtk/gtkaccellabel.c +++ b/gtk/gtkaccellabel.c @@ -84,21 +84,24 @@ gtk_accel_label_class_init (GtkAccelLabelClass *class) * that use the shift key. If the text on this key isn't typically * translated on keyboards used for your language, don't translate * this. - * And do not translate the part before the |. + * + * Don't include the prefix "keyboard label|" in the translation. */ class->mod_name_shift = g_strdup (Q_("keyboard label|Shift")); /* This is the text that should appear next to menu accelerators * that use the control key. If the text on this key isn't typically * translated on keyboards used for your language, don't translate * this. - * And do not translate the part before the |. + * + * Don't include the prefix "keyboard label|" in the translation. */ class->mod_name_control = g_strdup (Q_("keyboard label|Ctrl")); /* This is the text that should appear next to menu accelerators * that use the alt key. If the text on this key isn't typically * translated on keyboards used for your language, don't translate * this. - * And do not translate the part before the |. + * + * Don't include the prefix "keyboard label|" in the translation. */ class->mod_name_alt = g_strdup (Q_("keyboard label|Alt")); class->mod_separator = g_strdup ("+"); -- 2.43.2