Re: Background Capplet UI



On 2/11/06, Theppitak Karoonboonyanan <thep linux thai net> wrote:
> On 2/11/06, Rodney Dawes <dobey novell com> wrote:
> > Translators: This means that "_Finish" is a new string and needs to be
> > translated now.
>
> It seems the translatable flag is missing from the button label.

Since the fix is trivial, I hope my recent commit shown below was OK.

Regards,
--
Theppitak Karoonboonyanan
http://linux.thai.net/~thep/


Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/gnome-control-center/capplets/background/ChangeLog,v
retrieving revision 1.210
diff -u -r1.210 ChangeLog
--- ChangeLog   11 Feb 2006 06:28:53 -0000      1.210
+++ ChangeLog   11 Feb 2006 07:16:30 -0000
@@ -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
Index: gnome-background-properties.glade
===================================================================
RCS file: /cvs/gnome/gnome-control-center/capplets/background/gnome-background-properties.glade,v
retrieving revision 1.7
diff -u -r1.7 gnome-background-properties.glade
--- gnome-background-properties.glade   11 Feb 2006 06:08:03 -0000      1.7
+++ gnome-background-properties.glade   11 Feb 2006 07:16:30 -0000
@@ -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>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]