]> www.fi.muni.cz Git - evince.git/commitdiff
Mark labels as not translatable. Fix for 302842
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Tue, 10 May 2005 21:35:26 +0000 (21:35 +0000)
committerNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Tue, 10 May 2005 21:35:26 +0000 (21:35 +0000)
ChangeLog
data/evince-password.glade

index 13c476f713f4f301ce57b96e2991b4517870be2b..d40a013bd02d3379128043424d177be555701e75 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * data/evince-password.glade:
+       
+       Mark labels as not translatable. Fix for bug 302842.
+
 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
 
        * configure.ac: Added "es" to ALL_LINGUAS.
index dc1364c2ad545c9bde9afcaacafcecf5b0b6fa22..0b02ad05dae1398c892b3027edc5350c8c64c8e8 100644 (file)
@@ -98,7 +98,7 @@
              <child>
                <widget class="GtkLabel" id="password_label">
                  <property name="visible">True</property>
-                 <property name="label" translatable="yes"></property>
+                 <property name="label" translatable="no">Test password label</property>
                  <property name="use_underline">False</property>
                  <property name="use_markup">True</property>
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
              <child>
                <widget class="GtkLabel" id="bad_password_label">
                  <property name="visible">True</property>
-                 <property name="label" translatable="yes">&lt;span size=&quot;smaller&quot;&gt; &lt;/span&gt;</property>
+                 <property name="label" translatable="no">&lt;span size=&quot;smaller&quot;&gt;Test bad password label&lt;/span&gt;</property>
                  <property name="use_underline">False</property>
                  <property name="use_markup">True</property>
                  <property name="justify">GTK_JUSTIFY_LEFT</property>