[gnome-shell] Remove markup from translatable strings



commit ccdc6264da8720e6fbb06c0799047d0a0b46ec86
Author: Claude Paroz <claude 2xlibre net>
Date:   Mon May 17 20:24:33 2010 +0200

    Remove markup from translatable strings

 data/clock-preferences.ui |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/data/clock-preferences.ui b/data/clock-preferences.ui
index ba71360..cc04f72 100644
--- a/data/clock-preferences.ui
+++ b/data/clock-preferences.ui
@@ -71,8 +71,10 @@
                 <child type="label">
                   <object class="GtkLabel" id="label_format">
                     <property name="visible">True</property>
-                    <property name="label" translatable="yes">&lt;b&gt;Clock Format&lt;/b&gt;</property>
-                    <property name="use_markup">True</property>
+                    <property name="label" translatable="yes">Clock Format</property>
+                    <attributes>
+                      <attribute name="weight" value="bold"/>
+                    </attributes>
                   </object>
                 </child>
               </object>
@@ -130,8 +132,10 @@
                 <child type="label">
                   <object class="GtkLabel" id="label_display">
                     <property name="visible">True</property>
-                    <property name="label" translatable="yes">&lt;b&gt;Panel Display&lt;/b&gt;</property>
-                    <property name="use_markup">True</property>
+                    <property name="label" translatable="yes">Panel Display</property>
+                    <attributes>
+                      <attribute name="weight" value="bold"/>
+                    </attributes>
                   </object>
                 </child>
               </object>



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