[yelp] Remove markup from translatable strings



commit 9bbf2f6132d35a60a8dfe46b0a34ee952ed48d74
Author: Claude Paroz <claude 2xlibre net>
Date:   Fri Jun 5 10:35:23 2009 +0200

    Remove markup from translatable strings
---
 data/ui/yelp-preferences.ui |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/data/ui/yelp-preferences.ui b/data/ui/yelp-preferences.ui
index c736900..e811126 100644
--- a/data/ui/yelp-preferences.ui
+++ b/data/ui/yelp-preferences.ui
@@ -26,8 +26,10 @@
                   <object class="GtkLabel" id="label1226">
                     <property name="visible">True</property>
                     <property name="xalign">0</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="expand">False</property>
@@ -142,8 +144,10 @@
                   <object class="GtkLabel" id="label1229">
                     <property name="visible">True</property>
                     <property name="xalign">0</property>
-                    <property name="label" translatable="yes">&lt;b&gt;Accessibility&lt;/b&gt;</property>
-                    <property name="use_markup">True</property>
+                    <property name="label" translatable="yes">Accessibility</property>
+                    <attributes>
+                        <attribute name="weight" value="bold"/>
+                    </attributes>
                   </object>
                   <packing>
                     <property name="expand">False</property>



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