Package: f-spot
Version: 0.4.2-1
Severity: minor
Tags: patch l10n

Hi again!

Browsing through F-Spot translations I discovered with my friends Lucas
Chiesa and German Bassi that there is (at least) one string that doesn't
get translated because it's not marked as a translatable string in the
glade file.

Here is the patch that fixes this bug by adding the "translatable"
attribute to the string.

--
Love,
Marga
--- f-spot-0.4.2/src/f-spot.glade       2008-02-14 20:26:49.000000000 -0200
+++ f-spot-modificado/src/f-spot.glade  2008-05-18 01:50:27.000000000 -0300
@@ -218,7 +218,7 @@
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
-                <property name="label">_Create</property>
+                <property name="label" translatable="yes">_Create</property>
                 <property name="use_underline">True</property>
                 <property name="response_id">-5</property>
               </widget>

Reply via email to