[Xfce4-commits] <xfce4-xkb-plugin:master> Add more strings for translation (bug #7516).
Jérôme Guelfucci
noreply at xfce.org
Thu Apr 28 21:26:01 CEST 2011
Updating branch refs/heads/master
to 8be7c2f07df78f7a496cd89602f0bf14756f27f6 (commit)
from 56bf693704993db9ef9e26813f7167315b53b04a (commit)
commit 8be7c2f07df78f7a496cd89602f0bf14756f27f6
Author: Mikhail Efremov <sem at altlinux.org>
Date: Wed Apr 20 03:35:05 2011 +0400
Add more strings for translation (bug #7516).
panel-plugin/xkb-settings-dialog.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/panel-plugin/xkb-settings-dialog.c b/panel-plugin/xkb-settings-dialog.c
index 6c06612..53be11c 100644
--- a/panel-plugin/xkb-settings-dialog.c
+++ b/panel-plugin/xkb-settings-dialog.c
@@ -571,14 +571,14 @@ xfce_xkb_configure (XfcePanelPlugin *plugin,
xkb->layout_tree_view = gtk_tree_view_new ();
gtk_tree_view_insert_column_with_attributes (GTK_TREE_VIEW (xkb->layout_tree_view),
-1,
- "Default",
+ _("Default"),
renderer2,
"active", DEFAULT_LAYOUT,
NULL);
gtk_tree_view_insert_column_with_attributes (GTK_TREE_VIEW (xkb->layout_tree_view),
-1,
- "Layout",
+ _("Layout"),
renderer,
"text", LAYOUTS,
NULL);
@@ -586,7 +586,7 @@ xfce_xkb_configure (XfcePanelPlugin *plugin,
renderer = gtk_cell_renderer_text_new ();
gtk_tree_view_insert_column_with_attributes (GTK_TREE_VIEW (xkb->layout_tree_view),
-1,
- "Variant",
+ _("Variant"),
renderer,
"text", VARIANTS,
NULL);
More information about the Xfce4-commits
mailing list