[conduit] Remove markup from translatable strings
- From: Claude Paroz <claudep src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [conduit] Remove markup from translatable strings
- Date: Thu, 23 Sep 2010 07:39:04 +0000 (UTC)
commit ac6495d640a576a656a867ea1acc2a365a9691b6
Author: Claude Paroz <claude 2xlibre net>
Date: Thu Sep 23 09:38:55 2010 +0200
Remove markup from translatable strings
data/conduit.ui | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/data/conduit.ui b/data/conduit.ui
index 8eb6531..0075abd 100644
--- a/data/conduit.ui
+++ b/data/conduit.ui
@@ -704,8 +704,10 @@
<child type="label">
<object class="GtkLabel" id="label66">
<property name="visible">True</property>
- <property name="label" translatable="yes"><b>General</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">General</property>
+ <attributes>
+ <attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
+ </attributes>
</object>
</child>
</object>
@@ -892,8 +894,10 @@
<child type="label">
<object class="GtkLabel" id="label76">
<property name="visible">True</property>
- <property name="label" translatable="yes"><b>Default Synchronization Options</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Default Synchronization Options</property>
+ <attributes>
+ <attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
+ </attributes>
</object>
</child>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]