[rygel] ui: Remove markup from a translatable string



commit 31d098b316721dfaebc98e055d5379b3dba4cc80
Author: Philip Withnall <philip tecnocode co uk>
Date:   Sat Aug 28 13:55:33 2010 +0100

    ui: Remove markup from a translatable string

 data/rygel-preferences.ui |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/data/rygel-preferences.ui b/data/rygel-preferences.ui
index 23e3354..8de3ed9 100644
--- a/data/rygel-preferences.ui
+++ b/data/rygel-preferences.ui
@@ -196,8 +196,10 @@
                           <object class="GtkLabel" id="network-label">
                             <property name="visible">True</property>
                             <property name="xalign">0</property>
-                            <property name="label" translatable="yes">&lt;b&gt;Network Options&lt;/b&gt;</property>
-                            <property name="use_markup">True</property>
+                            <property name="label" translatable="yes">Network Options</property>
+                            <attributes>
+                              <attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
+                            </attributes>
                           </object>
                           <packing>
                             <property name="right_attach">2</property>



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