[gnome-packagekit/gnome-2-28] Mark three user-visible strings as translatable



commit 6375ecb8b7480f02c0035cf5296958e339724d9f
Author: Richard Hughes <richard hughsie com>
Date:   Tue May 4 12:23:24 2010 +0100

    Mark three user-visible strings as translatable

 data/gpk-application.ui |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/gpk-application.ui b/data/gpk-application.ui
index f6358c6..577f424 100644
--- a/data/gpk-application.ui
+++ b/data/gpk-application.ui
@@ -31,7 +31,7 @@
                     </child>
                     <child>
                       <object class="GtkImageMenuItem" id="menuitem_sources">
-                        <property name="label">Software sources</property>
+                        <property name="label" translatable="yes">Software sources</property>
                         <property name="visible">True</property>
                         <property name="tooltip_text" translatable="yes">Edit list of software sources</property>
                         <property name="use_underline">True</property>
@@ -40,7 +40,7 @@
                     </child>
                     <child>
                       <object class="GtkImageMenuItem" id="menuitem_refresh">
-                        <property name="label">Refresh package lists</property>
+                        <property name="label" translatable="yes">Refresh package lists</property>
                         <property name="visible">True</property>
                         <property name="tooltip_text" translatable="yes">Refresh the list of packages on the system</property>
                         <property name="use_underline">True</property>
@@ -397,7 +397,7 @@
                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
                     <child>
                       <object class="GtkImageMenuItem" id="menuitem_help">
-                        <property name="label">_Contents</property>
+                        <property name="label" translatable="yes">_Contents</property>
                         <property name="visible">True</property>
                         <property name="tooltip_text" translatable="yes">Help with this software</property>
                         <property name="use_underline">True</property>



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