summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2009-06-05 10:35:23 +0200
committerClaude Paroz <claude@2xlibre.net>2009-06-05 10:35:23 +0200
commit9bbf2f6132d35a60a8dfe46b0a34ee952ed48d74 (patch)
tree341b626fb6ecdd0b953ee36d1be72ab052a9c3db
parentf718eb8f7497c1b48950fb7bd8b437774a684a6b (diff)
downloadyelp-9bbf2f6132d35a60a8dfe46b0a34ee952ed48d74.tar.gz
Remove markup from translatable strings
-rw-r--r--data/ui/yelp-preferences.ui12
1 files changed, 8 insertions, 4 deletions
diff --git a/data/ui/yelp-preferences.ui b/data/ui/yelp-preferences.ui
index c736900e..e8111266 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>