[gpointing-device-settings] Remove markup from UI files. Fixes bug #684754



commit 3aaeac81980b796f7f3cf30b9fe90ad96ddee3e2
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Mon Oct 29 14:31:41 2012 +0100

    Remove markup from UI files. Fixes bug #684754

 data/mouse.ui         |   48 +++++++++++------
 data/pointingstick.ui |   72 ++++++++++++++++--------
 data/touchpad.ui      |  144 ++++++++++++++++++++++++++++++++----------------
 3 files changed, 176 insertions(+), 88 deletions(-)
---
diff --git a/data/mouse.ui b/data/mouse.ui
index 0f177f1..65ac6f1 100644
--- a/data/mouse.ui
+++ b/data/mouse.ui
@@ -8,9 +8,11 @@
         <property name="shadow_type">GTK_SHADOW_NONE</property>
         <child type="label">
           <object class="GtkLabel" id="middle_button_emulation_label">
-            <property name="label" translatable="yes">&lt;b&gt;Middle Button Emulation&lt;/b&gt;</property>
+            <property name="label" translatable="yes">Middle Button Emulation</property>
             <property name="use_underline">False</property>
-            <property name="use_markup">True</property>
+            <attributes>
+             <attribute name="weight" value="bold"/>
+            </attributes>
             <property name="justify">GTK_JUSTIFY_LEFT</property>
             <property name="wrap">False</property>
             <property name="selectable">False</property>
@@ -72,9 +74,11 @@
               </child>
               <child>
                 <object class="GtkLabel" id="middle_button_timeout_left_label">
-                  <property name="label" translatable="yes" context="timeout">&lt;i&gt;Short&lt;/i&gt;</property>
+                  <property name="label" translatable="yes" context="timeout">Short</property>
                   <property name="use_underline">False</property>
-                  <property name="use_markup">True</property>
+                  <attributes>
+                   <attribute name="style" value="italic"/>
+                  </attributes>
                   <property name="justify">GTK_JUSTIFY_LEFT</property>
                   <property name="wrap">False</property>
                   <property name="selectable">False</property>
@@ -111,9 +115,11 @@
               </child>
               <child>
                 <object class="GtkLabel" id="middle_button_timeout_right_label">
-                  <property name="label" translatable="yes" context="timeout">&lt;i&gt;Long&lt;/i&gt;</property>
+                  <property name="label" translatable="yes" context="timeout">Long</property>
                   <property name="use_underline">False</property>
-                  <property name="use_markup">True</property>
+                  <attributes>
+                   <attribute name="style" value="italic"/>
+                  </attributes>
                   <property name="justify">GTK_JUSTIFY_LEFT</property>
                   <property name="wrap">False</property>
                   <property name="selectable">False</property>
@@ -150,9 +156,11 @@
         <property name="shadow_type">GTK_SHADOW_NONE</property>
         <child type="label">
           <object class="GtkLabel" id="wheel_emulation_label">
-            <property name="label" translatable="yes">&lt;b&gt;Wheel Emulation&lt;/b&gt;</property>
+            <property name="label" translatable="yes">Wheel Emulation</property>
             <property name="use_underline">False</property>
-            <property name="use_markup">True</property>
+             <attributes>
+              <attribute name="weight" value="bold"/>
+            </attributes>
             <property name="justify">GTK_JUSTIFY_LEFT</property>
             <property name="wrap">False</property>
             <property name="selectable">False</property>
@@ -268,9 +276,11 @@
                 </child>
                 <child>
                   <object class="GtkLabel" id="wheel_emulation_timeout_left_label">
-                    <property name="label" translatable="yes" context="timeout">&lt;i&gt;Short&lt;/i&gt;</property>
+                    <property name="label" translatable="yes" context="timeout">Short</property>
                     <property name="use_underline">False</property>
-                    <property name="use_markup">True</property>
+                    <attributes>
+                     <attribute name="style" value="italic"/>
+                    </attributes>
                     <property name="justify">GTK_JUSTIFY_LEFT</property>
                     <property name="wrap">False</property>
                     <property name="selectable">False</property>
@@ -307,9 +317,11 @@
                 </child>
                 <child>
                   <object class="GtkLabel" id="wheel_emulation_timeout_right_label">
-                    <property name="label" translatable="yes" context="timeout">&lt;i&gt;Long&lt;/i&gt;</property>
+                    <property name="label" translatable="yes" context="timeout">Long</property>
                     <property name="use_underline">False</property>
-                    <property name="use_markup">True</property>
+                    <attributes>
+                     <attribute name="style" value="italic"/>
+                    </attributes>
                     <property name="justify">GTK_JUSTIFY_LEFT</property>
                     <property name="wrap">False</property>
                     <property name="selectable">False</property>
@@ -371,9 +383,11 @@
                 </child>
                 <child>
                   <object class="GtkLabel" id="wheel_emulation_inertia_left_label">
-                    <property name="label" translatable="yes" context="inertia">&lt;i&gt;Short&lt;/i&gt;</property>
+                    <property name="label" translatable="yes" context="inertia">Short</property>
                     <property name="use_underline">False</property>
-                    <property name="use_markup">True</property>
+                    <attributes>
+                     <attribute name="style" value="italic"/>
+                    </attributes>
                     <property name="justify">GTK_JUSTIFY_LEFT</property>
                     <property name="wrap">False</property>
                     <property name="selectable">False</property>
@@ -410,9 +424,11 @@
                 </child>
                 <child>
                   <object class="GtkLabel" id="wheel_emulation_inertia_right_label">
-                    <property name="label" translatable="yes" context="inertia">&lt;i&gt;Long&lt;/i&gt;</property>
+                    <property name="label" translatable="yes" context="inertia">Long</property>
                     <property name="use_underline">False</property>
-                    <property name="use_markup">True</property>
+                    <attributes>
+                     <attribute name="style" value="italic"/>
+                    </attributes>
                     <property name="justify">GTK_JUSTIFY_LEFT</property>
                     <property name="wrap">False</property>
                     <property name="selectable">False</property>
diff --git a/data/pointingstick.ui b/data/pointingstick.ui
index 6d3fd32..5265a24 100644
--- a/data/pointingstick.ui
+++ b/data/pointingstick.ui
@@ -5,9 +5,11 @@
     <property name="spacing">0</property>
     <child>
       <object class="GtkLabel" id="sensitivity_label">
-        <property name="label" translatable="yes">&lt;b&gt;Sensitivity&lt;/b&gt;</property>
+        <property name="label" translatable="yes">Sensitivity</property>
         <property name="use_underline">False</property>
-        <property name="use_markup">True</property>
+        <attributes>
+         <attribute name="weight" value="bold"/>
+        </attributes>
         <property name="justify">GTK_JUSTIFY_LEFT</property>
         <property name="wrap">False</property>
         <property name="selectable">False</property>
@@ -62,9 +64,11 @@
         </child>
         <child>
           <object class="GtkLabel" id="sensitivity_left_label">
-            <property name="label" translatable="yes" context="sensitivity">&lt;i&gt;Low&lt;/i&gt;</property>
+            <property name="label" translatable="yes" context="sensitivity">Low</property>
             <property name="use_underline">False</property>
-            <property name="use_markup">True</property>
+            <attributes>
+             <attribute name="style" value="italic"/>
+            </attributes>
             <property name="justify">GTK_JUSTIFY_LEFT</property>
             <property name="wrap">False</property>
             <property name="selectable">False</property>
@@ -101,9 +105,11 @@
         </child>
         <child>
           <object class="GtkLabel" id="sensitivity_right_label">
-            <property name="label" translatable="yes" context="sensitivity">&lt;i&gt;High&lt;/i&gt;</property>
+            <property name="label" translatable="yes" context="sensitivity">High</property>
             <property name="use_underline">False</property>
-            <property name="use_markup">True</property>
+            <attributes>
+             <attribute name="style" value="italic"/>
+            </attributes>
             <property name="justify">GTK_JUSTIFY_LEFT</property>
             <property name="wrap">False</property>
             <property name="selectable">False</property>
@@ -131,9 +137,11 @@
     </child>
     <child>
       <object class="GtkLabel" id="speed_label">
-        <property name="label" translatable="yes">&lt;b&gt;Speed&lt;/b&gt;</property>
+        <property name="label" translatable="yes">Speed</property>
         <property name="use_underline">False</property>
-        <property name="use_markup">True</property>
+        <attributes>
+         <attribute name="weight" value="bold"/>
+        </attributes>
         <property name="justify">GTK_JUSTIFY_LEFT</property>
         <property name="wrap">False</property>
         <property name="selectable">False</property>
@@ -188,9 +196,11 @@
         </child>
         <child>
           <object class="GtkLabel" id="speed_left_label">
-            <property name="label" translatable="yes" context="speed">&lt;i&gt;Slow&lt;/i&gt;</property>
+            <property name="label" translatable="yes" context="speed">Slow</property>
             <property name="use_underline">False</property>
-            <property name="use_markup">True</property>
+            <attributes>
+             <attribute name="style" value="italic"/>
+            </attributes>
             <property name="justify">GTK_JUSTIFY_LEFT</property>
             <property name="wrap">False</property>
             <property name="selectable">False</property>
@@ -227,9 +237,11 @@
         </child>
         <child>
           <object class="GtkLabel" id="speed_right_label">
-            <property name="label" translatable="yes" context="speed">&lt;i&gt;Fast&lt;/i&gt;</property>
+            <property name="label" translatable="yes" context="speed">Fast</property>
             <property name="use_underline">False</property>
-            <property name="use_markup">True</property>
+            <attributes>
+             <attribute name="style" value="italic"/>
+            </attributes>
             <property name="justify">GTK_JUSTIFY_LEFT</property>
             <property name="wrap">False</property>
             <property name="selectable">False</property>
@@ -257,9 +269,11 @@
     </child>
     <child>
       <object class="GtkLabel" id="scrolling_label">
-        <property name="label" translatable="yes">&lt;b&gt;Scrolling&lt;/b&gt;</property>
+        <property name="label" translatable="yes">Scrolling</property>
         <property name="use_underline">False</property>
-        <property name="use_markup">True</property>
+        <attributes>
+         <attribute name="weight" value="bold"/>
+        </attributes>
         <property name="justify">GTK_JUSTIFY_LEFT</property>
         <property name="wrap">False</property>
         <property name="selectable">False</property>
@@ -329,9 +343,11 @@
             </child>
             <child>
               <object class="GtkLabel" id="middle_button_timeout_left_label">
-                <property name="label" translatable="yes" context="timeout">&lt;i&gt;Short&lt;/i&gt;</property>
+                <property name="label" translatable="yes" context="timeout">Short</property>
                 <property name="use_underline">False</property>
-                <property name="use_markup">True</property>
+                <attributes>
+                 <attribute name="style" value="italic"/>
+                </attributes>
                 <property name="justify">GTK_JUSTIFY_LEFT</property>
                 <property name="wrap">False</property>
                 <property name="selectable">False</property>
@@ -368,9 +384,11 @@
             </child>
             <child>
               <object class="GtkLabel" id="middle_button_timeout_right_label">
-                <property name="label" translatable="yes" context="timeout">&lt;i&gt;Long&lt;/i&gt;</property>
+                <property name="label" translatable="yes" context="timeout">Long</property>
                 <property name="use_underline">False</property>
-                <property name="use_markup">True</property>
+                <attributes>
+                 <attribute name="style" value="italic"/>
+                </attributes>
                 <property name="justify">GTK_JUSTIFY_LEFT</property>
                 <property name="wrap">False</property>
                 <property name="selectable">False</property>
@@ -400,9 +418,11 @@
     </child>
     <child>
       <object class="GtkLabel" id="press_to_select_label">
-        <property name="label" translatable="yes">&lt;b&gt;Press to Select&lt;/b&gt;</property>
+        <property name="label" translatable="yes">Press to Select</property>
         <property name="use_underline">False</property>
-        <property name="use_markup">True</property>
+        <attributes>
+         <attribute name="weight" value="bold"/>
+        </attributes>
         <property name="justify">GTK_JUSTIFY_LEFT</property>
         <property name="wrap">False</property>
         <property name="selectable">False</property>
@@ -472,9 +492,11 @@
             </child>
             <child>
               <object class="GtkLabel" id="press_to_select_threshold_left_label">
-                <property name="label" translatable="yes" context="threshold">&lt;i&gt;Low&lt;/i&gt;</property>
+                <property name="label" translatable="yes" context="threshold">Low</property>
                 <property name="use_underline">False</property>
-                <property name="use_markup">True</property>
+                <attributes>
+                 <attribute name="style" value="italic"/>
+                </attributes>
                 <property name="justify">GTK_JUSTIFY_LEFT</property>
                 <property name="wrap">False</property>
                 <property name="selectable">False</property>
@@ -511,9 +533,11 @@
             </child>
             <child>
               <object class="GtkLabel" id="press_to_select_threshold_right_label">
-                <property name="label" translatable="yes" context="threshold">&lt;i&gt;High&lt;/i&gt;</property>
+                <property name="label" translatable="yes" context="threshold">High</property>
                 <property name="use_underline">False</property>
-                <property name="use_markup">True</property>
+                <attributes>
+                 <attribute name="style" value="italic"/>
+                </attributes>
                 <property name="justify">GTK_JUSTIFY_LEFT</property>
                 <property name="wrap">False</property>
                 <property name="selectable">False</property>
diff --git a/data/touchpad.ui b/data/touchpad.ui
index 872abbd..863b434 100644
--- a/data/touchpad.ui
+++ b/data/touchpad.ui
@@ -156,9 +156,11 @@
                         </child>
                         <child>
                           <object class="GtkLabel" id="guest_mouse_label">
-                            <property name="label" translatable="yes">&lt;b&gt;Guest Mouse&lt;/b&gt;</property>
+                            <property name="label" translatable="yes">Guest Mouse</property>
                             <property name="use_underline">False</property>
-                            <property name="use_markup">True</property>
+                            <attributes>
+                             <attribute name="weight" value="bold"/>
+                            </attributes>
                             <property name="justify">GTK_JUSTIFY_LEFT</property>
                             <property name="wrap">False</property>
                             <property name="selectable">False</property>
@@ -185,9 +187,11 @@
                         </child>
                         <child>
                           <object class="GtkLabel" id="palm_detection_label">
-                            <property name="label" translatable="yes">&lt;b&gt;Palm Detection&lt;/b&gt;</property>
+                            <property name="label" translatable="yes">Palm Detection</property>
                             <property name="use_underline">False</property>
-                            <property name="use_markup">True</property>
+                            <attributes>
+                             <attribute name="weight" value="bold"/>
+                            </attributes>
                             <property name="justify">GTK_JUSTIFY_LEFT</property>
                             <property name="wrap">False</property>
                             <property name="selectable">False</property>
@@ -244,9 +248,11 @@
                                 </child>
                                 <child>
                                   <object class="GtkLabel" id="palm_detection_width_left_label">
-                                    <property name="label" translatable="yes">&lt;i&gt;Narrow&lt;/i&gt;</property>
+                                    <property name="label" translatable="yes">Narrow</property>
                                     <property name="use_underline">False</property>
-                                    <property name="use_markup">True</property>
+                                    <attributes>
+                                     <attribute name="style" value="italic"/>
+                                    </attributes>
                                     <property name="justify">GTK_JUSTIFY_LEFT</property>
                                     <property name="wrap">False</property>
                                     <property name="selectable">False</property>
@@ -283,9 +289,11 @@
                                 </child>
                                 <child>
                                   <object class="GtkLabel" id="palm_detection_width_right_label">
-                                    <property name="label" translatable="yes">&lt;i&gt;Wide&lt;/i&gt;</property>
+                                    <property name="label" translatable="yes">Wide</property>
                                     <property name="use_underline">False</property>
-                                    <property name="use_markup">True</property>
+                                    <attributes>
+                                     <attribute name="style" value="italic"/>
+                                    </attributes>
                                     <property name="justify">GTK_JUSTIFY_LEFT</property>
                                     <property name="wrap">False</property>
                                     <property name="selectable">False</property>
@@ -335,9 +343,11 @@
                                 </child>
                                 <child>
                                   <object class="GtkLabel" id="palm_detection_depth_left_label">
-                                    <property name="label" translatable="yes">&lt;i&gt;Low&lt;/i&gt;</property>
+                                    <property name="label" translatable="yes">Low</property>
                                     <property name="use_underline">False</property>
-                                    <property name="use_markup">True</property>
+                                    <attributes>
+                                     <attribute name="weight" value="bold"/>
+                                    </attributes>
                                     <property name="justify">GTK_JUSTIFY_LEFT</property>
                                     <property name="wrap">False</property>
                                     <property name="selectable">False</property>
@@ -374,9 +384,11 @@
                                 </child>
                                 <child>
                                   <object class="GtkLabel" id="palm_detection_depth_right_label">
-                                    <property name="label" translatable="yes">&lt;i&gt;High&lt;/i&gt;</property>
+                                    <property name="label" translatable="yes">High</property>
                                     <property name="use_underline">False</property>
-                                    <property name="use_markup">True</property>
+                                    <attributes>
+                                     <attribute name="style" value="italic"/>
+                                    </attributes>
                                     <property name="justify">GTK_JUSTIFY_LEFT</property>
                                     <property name="wrap">False</property>
                                     <property name="selectable">False</property>
@@ -406,9 +418,11 @@
                         </child>
                         <child>
                           <object class="GtkLabel" id="locked_drags_label">
-                            <property name="label" translatable="yes">&lt;b&gt;Locked Drags&lt;/b&gt;</property>
+                            <property name="label" translatable="yes">Locked Drags</property>
                             <property name="use_underline">False</property>
-                            <property name="use_markup">True</property>
+                            <attributes>
+                             <attribute name="weight" value="bold"/>
+                            </attributes>
                             <property name="justify">GTK_JUSTIFY_LEFT</property>
                             <property name="wrap">False</property>
                             <property name="selectable">False</property>
@@ -462,9 +476,11 @@
                             </child>
                             <child>
                               <object class="GtkLabel" id="locked_drags_timeout_left_label">
-                                <property name="label" translatable="yes" context="timeout">&lt;i&gt;Short&lt;/i&gt;</property>
+                                <property name="label" translatable="yes" context="timeout">Short</property>
                                 <property name="use_underline">False</property>
-                                <property name="use_markup">True</property>
+                                <attributes>
+                                 <attribute name="weight" value="bold"/>
+                                </attributes>
                                 <property name="justify">GTK_JUSTIFY_LEFT</property>
                                 <property name="wrap">False</property>
                                 <property name="selectable">False</property>
@@ -501,9 +517,11 @@
                             </child>
                             <child>
                               <object class="GtkLabel" id="locked_drags_timeout_right_label">
-                                <property name="label" translatable="yes" context="timeout">&lt;i&gt;Long&lt;/i&gt;</property>
+                                <property name="label" translatable="yes" context="timeout">Long</property>
                                 <property name="use_underline">False</property>
-                                <property name="use_markup">True</property>
+                                <attributes>
+                                 <attribute name="style" value="italic"/>
+                                </attributes>
                                 <property name="justify">GTK_JUSTIFY_LEFT</property>
                                 <property name="wrap">False</property>
                                 <property name="selectable">False</property>
@@ -628,9 +646,11 @@
                             </child>
                             <child>
                               <object class="GtkLabel" id="label25">
-                                <property name="label" translatable="yes" context="time">&lt;i&gt;Short&lt;/i&gt;</property>
+                                <property name="label" translatable="yes" context="time">Short</property>
                                 <property name="use_underline">False</property>
-                                <property name="use_markup">True</property>
+                                <attributes>
+                                 <attribute name="style" value="italic"/>
+                                </attributes>
                                 <property name="justify">GTK_JUSTIFY_LEFT</property>
                                 <property name="wrap">False</property>
                                 <property name="selectable">False</property>
@@ -667,9 +687,11 @@
                             </child>
                             <child>
                               <object class="GtkLabel" id="label26">
-                                <property name="label" translatable="yes" context="time">&lt;i&gt;Long&lt;/i&gt;</property>
+                                <property name="label" translatable="yes" context="time">Long</property>
                                 <property name="use_underline">False</property>
-                                <property name="use_markup">True</property>
+                                <attributes>
+                                 <attribute name="style" value="italic"/>
+                                </attributes>
                                 <property name="justify">GTK_JUSTIFY_LEFT</property>
                                 <property name="wrap">False</property>
                                 <property name="selectable">False</property>
@@ -724,9 +746,11 @@
                             </child>
                             <child>
                               <object class="GtkLabel" id="tapping_move_scale_short_label">
-                                <property name="label" translatable="yes" context="distance">&lt;i&gt;Short&lt;/i&gt;</property>
+                                <property name="label" translatable="yes" context="distance">Short</property>
                                 <property name="use_underline">False</property>
-                                <property name="use_markup">True</property>
+                                <attributes>
+                                 <attribute name="style" value="italic"/>
+                                </attributes>
                                 <property name="justify">GTK_JUSTIFY_LEFT</property>
                                 <property name="wrap">False</property>
                                 <property name="selectable">False</property>
@@ -763,9 +787,11 @@
                             </child>
                             <child>
                               <object class="GtkLabel" id="tapping_move_scale_long_labe">
-                                <property name="label" translatable="yes" context="distance">&lt;i&gt;Long&lt;/i&gt;</property>
+                                <property name="label" translatable="yes" context="distance">Long</property>
                                 <property name="use_underline">False</property>
-                                <property name="use_markup">True</property>
+                                <attributes>
+                                 <attribute name="style" value="italic"/>
+                                </attributes>
                                 <property name="justify">GTK_JUSTIFY_LEFT</property>
                                 <property name="wrap">False</property>
                                 <property name="selectable">False</property>
@@ -890,9 +916,11 @@
                             <property name="spacing">6</property>
                             <child>
                               <object class="GtkLabel" id="slow_label">
-                                <property name="label" translatable="yes">&lt;i&gt;Slow&lt;/i&gt;</property>
+                                <property name="label" translatable="yes">Slow</property>
                                 <property name="use_underline">False</property>
-                                <property name="use_markup">True</property>
+                                <attributes>
+                                 <attribute name="style" value="italic"/>
+                                </attributes>
                                 <property name="justify">GTK_JUSTIFY_CENTER</property>
                                 <property name="wrap">False</property>
                                 <property name="selectable">False</property>
@@ -929,9 +957,11 @@
                             </child>
                             <child>
                               <object class="GtkLabel" id="fast_label">
-                                <property name="label" translatable="yes">&lt;i&gt;Fast&lt;/i&gt;</property>
+                                <property name="label" translatable="yes">Fast</property>
                                 <property name="use_underline">False</property>
-                                <property name="use_markup">True</property>
+                                <attributes>
+                                 <attribute name="style" value="italic"/>
+                                </attributes>
                                 <property name="justify">GTK_JUSTIFY_CENTER</property>
                                 <property name="wrap">False</property>
                                 <property name="selectable">False</property>
@@ -980,9 +1010,11 @@
                             <property name="spacing">6</property>
                             <child>
                               <object class="GtkLabel" id="low_label">
-                                <property name="label" translatable="yes">&lt;i&gt;Slow&lt;/i&gt;</property>
+                                <property name="label" translatable="yes">Slow</property>
                                 <property name="use_underline">False</property>
-                                <property name="use_markup">True</property>
+                                <attributes>
+                                 <attribute name="style" value="italic"/>
+                                </attributes>
                                 <property name="justify">GTK_JUSTIFY_CENTER</property>
                                 <property name="wrap">False</property>
                                 <property name="selectable">False</property>
@@ -1019,9 +1051,11 @@
                             </child>
                             <child>
                               <object class="GtkLabel" id="high_label">
-                                <property name="label" translatable="yes">&lt;i&gt;Fast&lt;/i&gt;</property>
+                                <property name="label" translatable="yes">Fast</property>
                                 <property name="use_underline">False</property>
-                                <property name="use_markup">True</property>
+                                <attributes>
+                                 <attribute name="style" value="italic"/>
+                                </attributes>
                                 <property name="justify">GTK_JUSTIFY_CENTER</property>
                                 <property name="wrap">False</property>
                                 <property name="selectable">False</property>
@@ -1387,9 +1421,11 @@
                 </child>
                 <child type="label">
                   <object class="GtkLabel" id="label19">
-                    <property name="label" translatable="yes">&lt;b&gt;Scrolling&lt;/b&gt;</property>
+                    <property name="label" translatable="yes">Scrolling</property>
                     <property name="use_underline">False</property>
-                    <property name="use_markup">True</property>
+                    <attributes>
+                     <attribute name="weight" value="bold"/>
+                    </attributes>
                     <property name="justify">GTK_JUSTIFY_LEFT</property>
                     <property name="wrap">False</property>
                     <property name="selectable">False</property>
@@ -1487,9 +1523,11 @@
                             <property name="spacing">6</property>
                             <child>
                               <object class="GtkLabel" id="minimum_speed_slow_label">
-                                <property name="label" translatable="yes">&lt;i&gt;Slow&lt;/i&gt;</property>
+                                <property name="label" translatable="yes">Slow</property>
                                 <property name="use_underline">False</property>
-                                <property name="use_markup">True</property>
+                                <attributes>
+                                 <attribute name="style" value="italic"/>
+                                </attributes>
                                 <property name="justify">GTK_JUSTIFY_CENTER</property>
                                 <property name="wrap">False</property>
                                 <property name="selectable">False</property>
@@ -1526,9 +1564,11 @@
                             </child>
                             <child>
                               <object class="GtkLabel" id="minimum_speed_fast_label">
-                                <property name="label" translatable="yes">&lt;i&gt;Fast&lt;/i&gt;</property>
+                                <property name="label" translatable="yes">Fast</property>
                                 <property name="use_underline">False</property>
-                                <property name="use_markup">True</property>
+                                <attributes>
+                                 <attribute name="style" value="italic"/>
+                                </attributes>
                                 <property name="justify">GTK_JUSTIFY_CENTER</property>
                                 <property name="wrap">False</property>
                                 <property name="selectable">False</property>
@@ -1583,9 +1623,11 @@
                             <property name="spacing">6</property>
                             <child>
                               <object class="GtkLabel" id="maximum_speed_slow_label">
-                                <property name="label" translatable="yes">&lt;i&gt;Slow&lt;/i&gt;</property>
+                                <property name="label" translatable="yes">Slow</property>
                                 <property name="use_underline">False</property>
-                                <property name="use_markup">True</property>
+                                <attributes>
+                                 <attribute name="style" value="italic"/>
+                                </attributes>
                                 <property name="justify">GTK_JUSTIFY_CENTER</property>
                                 <property name="wrap">False</property>
                                 <property name="selectable">False</property>
@@ -1622,9 +1664,11 @@
                             </child>
                             <child>
                               <object class="GtkLabel" id="maximum_speed_fast_label">
-                                <property name="label" translatable="yes">&lt;i&gt;Fast&lt;/i&gt;</property>
+                                <property name="label" translatable="yes">Fast</property>
                                 <property name="use_underline">False</property>
-                                <property name="use_markup">True</property>
+                                <attributes>
+                                 <attribute name="style" value="italic"/>
+                                </attributes>
                                 <property name="justify">GTK_JUSTIFY_CENTER</property>
                                 <property name="wrap">False</property>
                                 <property name="selectable">False</property>
@@ -1679,9 +1723,11 @@
                             <property name="spacing">6</property>
                             <child>
                               <object class="GtkLabel" id="accelaration_factor_low_label">
-                                <property name="label" translatable="yes" context="yes">&lt;i&gt;Low&lt;/i&gt;</property>
+                                <property name="label" translatable="yes" context="yes">Low</property>
                                 <property name="use_underline">False</property>
-                                <property name="use_markup">True</property>
+                                <attributes>
+                                 <attribute name="style" value="italic"/>
+                                </attributes>
                                 <property name="justify">GTK_JUSTIFY_CENTER</property>
                                 <property name="wrap">False</property>
                                 <property name="selectable">False</property>
@@ -1718,9 +1764,11 @@
                             </child>
                             <child>
                               <object class="GtkLabel" id="accelaration_factor_high_label">
-                                <property name="label" translatable="yes" context="yes">&lt;i&gt;High&lt;/i&gt;</property>
+                                <property name="label" translatable="yes" context="yes">High</property>
                                 <property name="use_underline">False</property>
-                                <property name="use_markup">True</property>
+                                <attributes>
+                                 <attribute name="style" value="italic"/>
+                                </attributes>
                                 <property name="justify">GTK_JUSTIFY_CENTER</property>
                                 <property name="wrap">False</property>
                                 <property name="selectable">False</property>



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