[eog-plugins] Mark empty labels untranslatable and fix translated stock id



commit d42d16c61634b165b97b1e4281762561bdc046b4
Author: Felix Riemann <friemann svn gnome org>
Date:   Tue Jun 16 15:40:15 2009 +0200

    Mark empty labels untranslatable and fix translated stock id

 ChangeLog                                   |    5 +++++
 plugins/exif-display/exif-display-config.ui |    6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index bef8d9a..ad7c2f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2009-06-16  Felix Riemann  <friemann svn gnome org>
 
+	* plugins/exif-display/exif-display-config.ui:
+	Mark empty labels untranslatable.
+
+2009-06-16  Felix Riemann  <friemann svn gnome org>
+
 	* plugins/exif-display/Makefile.am:
 	* plugins/exif-display/eog-exif-display-plugin.c:
 	Don't install UI files into the plugins folder directly.
diff --git a/plugins/exif-display/exif-display-config.ui b/plugins/exif-display/exif-display-config.ui
index 1c13e26..9c8a7ae 100644
--- a/plugins/exif-display/exif-display-config.ui
+++ b/plugins/exif-display/exif-display-config.ui
@@ -33,7 +33,7 @@
                 <child>
                   <object class="GtkLabel" id="label2">
                     <property name="visible">True</property>
-                    <property name="label" translatable="yes">    </property>
+                    <property name="label">    </property>
                   </object>
                   <packing>
                     <property name="expand">False</property>
@@ -102,7 +102,7 @@
                     <child>
                       <object class="GtkLabel" id="label4">
                         <property name="visible">True</property>
-                        <property name="label" translatable="yes">    </property>
+                        <property name="label">    </property>
                       </object>
                       <packing>
                         <property name="expand">False</property>
@@ -144,7 +144,7 @@
             <property name="layout_style">end</property>
             <child>
               <object class="GtkButton" id="close_button">
-                <property name="label" translatable="yes">gtk-close</property>
+                <property name="label">gtk-close</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>



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