linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] [PATCH] Untranslatable string gtk-cancel, gtk/pass


From: Øyvind Sæther
Subject: [Linphone-developers] [PATCH] Untranslatable string gtk-cancel, gtk/password.ui
Date: Thu, 7 Apr 2011 06:30:35 +0200

gtk-buttons should be handled by gtk. They should not be in translation
as gtk does the translation (I actually translated gtk-cancel to
gtk-avbryt when doing nb_NO and later I noticed the button showed that
text, no icons..).


--- password.ui 2011-04-06 22:19:30.049193899 +0200
+++ password.tmp.ui     2011-04-07 03:13:16.264935442 +0200
@@ -98,7 +98,7 @@
             <property name="layout_style">end</property>
             <child>
               <object class="GtkButton" id="button8">
-                <property name="label"
translatable="yes">gtk-ok</property>
+                <property name="label">gtk-ok</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
@@ -114,7 +114,7 @@
             </child>
             <child>
               <object class="GtkButton" id="button9">
-                <property name="label"
translatable="yes">gtk-cancel</property>
+                <property name="label">gtk-cancel</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>


Signed-off-by: Øyvind Sæther <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]