s/group/layout/

svn path=/trunk/; revision=7846
This commit is contained in:
Sergey V. Udaltsov 2007-07-11 10:59:31 +00:00
parent beafb880cb
commit 3c0e7dce5e
2 changed files with 3 additions and 1 deletions

View file

@ -4,6 +4,8 @@
gnome-keyboard-properties.glade, gnome-keyboard-properties-xkbltadd.c: gnome-keyboard-properties.glade, gnome-keyboard-properties-xkbltadd.c:
improving the layout and sorting, thanks to Christian, improving the layout and sorting, thanks to Christian,
http://bugzilla.gnome.org/show_bug.cgi?id=455353 http://bugzilla.gnome.org/show_bug.cgi?id=455353
* gnome-keyboard-properties.glade: s/group/layout/ - because
xkeyboard-config is going to have all UI strings as "layout".
2007-05-19 Sergey Udaltsov <svu@gnome.org> 2007-05-19 Sergey Udaltsov <svu@gnome.org>

View file

@ -563,7 +563,7 @@
<widget class="GtkCheckButton" id="chk_separate_group_per_window"> <widget class="GtkCheckButton" id="chk_separate_group_per_window">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="label" translatable="yes">Separate _group for each window</property> <property name="label" translatable="yes">Separate _layout for each window</property>
<property name="use_underline">True</property> <property name="use_underline">True</property>
<property name="draw_indicator">True</property> <property name="draw_indicator">True</property>
</widget> </widget>