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:
Theppitak Karoonboonyanan 2006-02-11 07:18:39 +00:00 committed by Theppitak Karoonboonyanan
parent b8b5b4d915
commit 664429e256
2 changed files with 6 additions and 1 deletions

View file

@ -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>
* gnome-wp-capplet.c (wallpaper_properties_clicked): Add the missing

View file

@ -94,7 +94,7 @@
<child>
<widget class="GtkLabel" id="label10">
<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_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>