[devhelp] Remove markup from translatable strings
- From: Claude Paroz <claudep src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [devhelp] Remove markup from translatable strings
- Date: Wed, 22 Sep 2010 11:45:05 +0000 (UTC)
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"><b>Fonts</b></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"><b>Book Shelf</b></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]