[gnome-color-manager] Remove markup from GTKBuilder translatable strings
- From: Claude Paroz <claudep src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-color-manager] Remove markup from GTKBuilder translatable strings
- Date: Mon, 2 Nov 2009 09:47:13 +0000 (UTC)
commit d3786ad683615f59cc5adf778d5a444f19ec561e
Author: Claude Paroz <claude 2xlibre net>
Date: Mon Nov 2 10:47:04 2009 +0100
Remove markup from GTKBuilder translatable strings
data/gcm-calibrate.ui | 13 +++++++++----
data/gcm-prefs.ui | 12 ++++++++----
2 files changed, 17 insertions(+), 8 deletions(-)
---
diff --git a/data/gcm-calibrate.ui b/data/gcm-calibrate.ui
index eafe98d..0233ec1 100644
--- a/data/gcm-calibrate.ui
+++ b/data/gcm-calibrate.ui
@@ -52,8 +52,11 @@
<child>
<object class="GtkLabel" id="label_title">
<property name="visible">True</property>
- <property name="label" translatable="yes"><big><b>Title</b></big></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Title</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ <attribute name="scale" value="1.2"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -111,8 +114,10 @@
<child type="label">
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
- <property name="label" translatable="yes"><b>Details</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Details</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
</child>
</object>
diff --git a/data/gcm-prefs.ui b/data/gcm-prefs.ui
index b0c1dc7..47df5c0 100644
--- a/data/gcm-prefs.ui
+++ b/data/gcm-prefs.ui
@@ -49,8 +49,10 @@
<child>
<object class="GtkLabel" id="label_profile">
<property name="visible">True</property>
- <property name="label" translatable="yes"><b>Color Profile:</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Color Profile:</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -277,8 +279,10 @@
<child type="label">
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
- <property name="label" translatable="yes"><b>Fine tuning:</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Fine tuning:</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
</child>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]