Add the missing translatable flag in the Finish button.
2006-02-11 Theppitak Karoonboonyanan <thep@linux.thai.net> * gnome-background-properties.glade: Add the missing translatable flag in the Finish button.
This commit is contained in:
parent
b8b5b4d915
commit
664429e256
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2006-02-11 Theppitak Karoonboonyanan <thep@linux.thai.net>
|
||||||
|
|
||||||
|
* gnome-background-properties.glade: Add the missing translatable flag
|
||||||
|
in the Finish button.
|
||||||
|
|
||||||
2006-02-10 Rodney Dawes <dobey@novell.com>
|
2006-02-10 Rodney Dawes <dobey@novell.com>
|
||||||
|
|
||||||
* gnome-wp-capplet.c (wallpaper_properties_clicked): Add the missing
|
* gnome-wp-capplet.c (wallpaper_properties_clicked): Add the missing
|
||||||
|
|
|
@ -94,7 +94,7 @@
|
||||||
<child>
|
<child>
|
||||||
<widget class="GtkLabel" id="label10">
|
<widget class="GtkLabel" id="label10">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="label">_Finish</property>
|
<property name="label" translatable="yes">_Finish</property>
|
||||||
<property name="use_underline">True</property>
|
<property name="use_underline">True</property>
|
||||||
<property name="use_markup">False</property>
|
<property name="use_markup">False</property>
|
||||||
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
||||||
|
|
Loading…
Add table
Reference in a new issue