[devhelp] Remove markup from translatable strings



commit 53af96b80d9ddc2b0fac970a6105328e34d3405c
Author: Claude Paroz <claude 2xlibre net>
Date:   Wed Sep 22 13:44:54 2010 +0200

    Remove markup from translatable strings

 data/ui/devhelp.builder |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/data/ui/devhelp.builder b/data/ui/devhelp.builder
index 4e707e5..8fa5057 100644
--- a/data/ui/devhelp.builder
+++ b/data/ui/devhelp.builder
@@ -147,8 +147,10 @@
                 <child type="tab">
                   <object class="GtkLabel" id="label1">
                     <property name="visible">True</property>
-                    <property name="label" translatable="yes">&lt;b&gt;Fonts&lt;/b&gt;</property>
-                    <property name="use_markup">True</property>
+                    <property name="label" translatable="yes">Fonts</property>
+                    <attributes>
+                      <attribute name="weight" value="bold"/>
+                    </attributes>
                   </object>
                   <packing>
                     <property name="tab_fill">False</property>
@@ -222,8 +224,10 @@
                 <child type="tab">
                   <object class="GtkLabel" id="label2">
                     <property name="visible">True</property>
-                    <property name="label" translatable="yes">&lt;b&gt;Book Shelf&lt;/b&gt;</property>
-                    <property name="use_markup">True</property>
+                    <property name="label" translatable="yes">Book Shelf</property>
+                    <attributes>
+                      <attribute name="weight" value="bold"/>
+                    </attributes>
                   </object>
                   <packing>
                     <property name="position">1</property>



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