[kupfer: 39/53] preferences: Use attributes instead of markup for new labels



commit 99e84f96ebcf6c3474e3b5106224b5349bf2d159
Author: Ulrik Sverdrup <ulrik sverdrup gmail com>
Date:   Thu Mar 24 17:22:39 2011 +0100

    preferences: Use attributes instead of markup for new labels

 data/preferences.ui |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/data/preferences.ui b/data/preferences.ui
index 7a8f119..131ecf5 100644
--- a/data/preferences.ui
+++ b/data/preferences.ui
@@ -461,10 +461,12 @@
                             <property name="visible">True</property>
                             <property name="xalign">0</property>
                             <property name="yalign">0</property>
-                            <property name="label" translatable="yes">&lt;b&gt;Inclusion in Top Level Searches&lt;/b&gt;</property>
-                            <property name="use_markup">True</property>
+                            <property name="label" translatable="yes">Inclusion in Top Level Searches</property>
                             <property name="wrap">True</property>
                             <property name="width_chars">30</property>
+                            <attributes>
+                              <attribute name="weight" value="bold"/>
+                            </attributes>
                           </object>
                           <packing>
                             <property name="expand">False</property>
@@ -482,7 +484,7 @@
                                 <property name="visible">True</property>
                                 <property name="xalign">0</property>
                                 <property name="xpad">3</property>
-                                <property name="label" translatable="yes">Marked Sources have their objects included in top level searches.
+                                <property name="label" translatable="yes">Marked sources have their objects included in top level searches.
 An unmarked source's contents are only available by locating its subcatalog.</property>
                                 <property name="wrap">True</property>
                                 <property name="width_chars">30</property>
@@ -535,10 +537,12 @@ An unmarked source's contents are only available by locating its subcatalog.</pr
                             <property name="visible">True</property>
                             <property name="xalign">0</property>
                             <property name="yalign">0</property>
-                            <property name="label" translatable="yes">&lt;b&gt;Indexed Folders&lt;/b&gt;</property>
-                            <property name="use_markup">True</property>
+                            <property name="label" translatable="yes">Indexed Folders</property>
                             <property name="wrap">True</property>
                             <property name="width_chars">30</property>
+                            <attributes>
+                              <attribute name="weight" value="bold"/>
+                            </attributes>
                           </object>
                           <packing>
                             <property name="expand">False</property>
@@ -556,8 +560,7 @@ An unmarked source's contents are only available by locating its subcatalog.</pr
                                 <property name="visible">True</property>
                                 <property name="xalign">0</property>
                                 <property name="xpad">3</property>
-                                <property name="label" translatable="yes">Folders whose files are always available in the catalog.
-</property>
+                                <property name="label" translatable="yes">Folders whose files are always available in the catalog.</property>
                                 <property name="wrap">True</property>
                                 <property name="width_chars">30</property>
                               </object>



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