linphone-developers
[Top][All Lists]
Advanced

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

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


From: Simon Morlat
Subject: Re: [Linphone-developers] [PATCH] Untranslatable string gtk-cancel, gtk/password.ui
Date: Fri, 08 Apr 2011 22:21:56 +0200

THanks, this is applied in my git tree.

Simon

Le jeudi 07 avril 2011 à 06:30 +0200, Øyvind Sæther a écrit :
> 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.049
> 193899 +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>
> 
> _______________________________________________
> Linphone-developers mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/linphone-developers





reply via email to

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