[Xfce4-commits] <xfce4-settings:bluesabre/display-settings> Set labels in identity-popups to non-translatable

Simon Steinbeiss noreply at xfce.org
Thu Oct 18 23:52:01 CEST 2012


Updating branch refs/heads/bluesabre/display-settings
         to 761f6b7aa4bba9355b171dc7bae1b91f0d3503d1 (commit)
       from f478a0e13f9cd48174016e198251198580d6f880 (commit)

commit 761f6b7aa4bba9355b171dc7bae1b91f0d3503d1
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Thu Oct 18 23:50:45 2012 +0200

    Set labels in identity-popups to non-translatable

 dialogs/display-settings/identity-popup.glade |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dialogs/display-settings/identity-popup.glade b/dialogs/display-settings/identity-popup.glade
index da5d733..f6386d5 100644
--- a/dialogs/display-settings/identity-popup.glade
+++ b/dialogs/display-settings/identity-popup.glade
@@ -37,7 +37,7 @@
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
                 <property name="xalign">0</property>
-                <property name="label" translatable="yes"><big><b>Display: Name</b></big></property>
+                <property name="label" translatable="no"><big><b>Display: Name</b></big></property>
                 <property name="use_markup">True</property>
               </object>
               <packing>
@@ -51,7 +51,7 @@
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
                 <property name="xalign">0</property>
-                <property name="label" translatable="yes">Resolution: 1280 x 800, Refresh Rate: 60.0 Hz</property>
+                <property name="label" translatable="no">Resolution: 1280 x 800</property>
               </object>
               <packing>
                 <property name="expand">True</property>


More information about the Xfce4-commits mailing list