f-spot r4239 - trunk/src



Author: sdelcroix
Date: Mon Aug 11 14:46:15 2008
New Revision: 4239
URL: http://svn.gnome.org/viewvc/f-spot?rev=4239&view=rev

Log:
do not mark empty strings for translation. fixes bgo 545711


Modified:
   trunk/src/f-spot.glade

Modified: trunk/src/f-spot.glade
==============================================================================
--- trunk/src/f-spot.glade	(original)
+++ trunk/src/f-spot.glade	Mon Aug 11 14:46:15 2008
@@ -54,7 +54,7 @@
             <child>
               <widget class="GtkLabel" id="already_in_use_label">
                 <property name="visible">True</property>
-                <property name="label" translatable="yes">&lt;small&gt; &lt;/small&gt;</property>
+                <property name="label">&lt;small&gt; &lt;/small&gt;</property>
                 <property name="use_markup">True</property>
               </widget>
             </child>
@@ -189,7 +189,7 @@
             <child>
               <widget class="GtkLabel" id="already_in_use_label">
                 <property name="visible">True</property>
-                <property name="label" translatable="yes">&lt;small&gt;&lt;/small&gt;</property>
+                <property name="label">&lt;small&gt;&lt;/small&gt;</property>
                 <property name="use_markup">True</property>
               </widget>
             </child>



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