make Add label translatable, b.g.o#470516
svn path=/trunk/; revision=8045
This commit is contained in:
parent
a01a78c717
commit
cd12dddc9b
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-08-26 Sergey Udaltsov <svu@gnome.org>
|
||||
|
||||
* gnome-keyboard-properties.glade: make Add label translatable,
|
||||
http://bugzilla.gnome.org/show_bug.cgi?id=470516
|
||||
|
||||
2007-08-14 Sergey Udaltsov <svu@gnome.org>
|
||||
|
||||
* gnome-keyboard-properties-xkblt.c: disabling "delete" button for
|
||||
|
|
|
@ -530,7 +530,7 @@
|
|||
<widget class="GtkButton" id="xkb_layouts_add">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="label">_Add...</property>
|
||||
<property name="label" translatable="yes">_Add...</property>
|
||||
<property name="use_underline">True</property>
|
||||
</widget>
|
||||
<packing>
|
||||
|
|
Loading…
Add table
Reference in a new issue