[gnome-nettool] Remove markup from strings



commit bf416a9314562822204bcc39352a9a255c5370e3
Author: Piotr DrÄg <piotrdrag gmail com>
Date:   Tue May 15 21:24:51 2012 +0200

    Remove markup from strings

 data/gnome-nettool.ui |   30 ++++++++++++++++++++----------
 1 files changed, 20 insertions(+), 10 deletions(-)
---
diff --git a/data/gnome-nettool.ui b/data/gnome-nettool.ui
index 4930d13..d7d739f 100644
--- a/data/gnome-nettool.ui
+++ b/data/gnome-nettool.ui
@@ -305,8 +305,10 @@
                     <child type="label">
                       <object class="GtkLabel" id="label96">
                         <property name="visible">True</property>
-                        <property name="label" translatable="yes">&lt;b&gt;IP Information&lt;/b&gt;</property>
-                        <property name="use_markup">True</property>
+                        <property name="label" translatable="yes">IP Information</property>
+                        <attributes>
+                          <attribute name="weight" value="bold"/>
+                        </attributes>
                       </object>
                     </child>
                   </object>
@@ -518,8 +520,10 @@
                             <child type="label">
                               <object class="GtkLabel" id="label121">
                                 <property name="visible">True</property>
-                                <property name="label" translatable="yes">&lt;b&gt;Interface Information&lt;/b&gt;</property>
-                                <property name="use_markup">True</property>
+                                <property name="label" translatable="yes">Interface Information</property>
+                                <attributes>
+                                  <attribute name="weight" value="bold"/>
+                                </attributes>
                               </object>
                             </child>
                           </object>
@@ -798,8 +802,10 @@
                             <child type="label">
                               <object class="GtkLabel" id="label95">
                                 <property name="visible">True</property>
-                                <property name="label" translatable="yes">&lt;b&gt;Interface Statistics&lt;/b&gt;</property>
-                                <property name="use_markup">True</property>
+                                <property name="label" translatable="yes">Interface Statistics</property>
+                                <attributes>
+                                  <attribute name="weight" value="bold"/>
+                                </attributes>
                               </object>
                             </child>
                           </object>
@@ -1238,8 +1244,10 @@
                         <child type="label">
                           <object class="GtkLabel" id="label99">
                             <property name="visible">True</property>
-                            <property name="label" translatable="yes">&lt;b&gt;Round Trip Time Statistics&lt;/b&gt;</property>
-                            <property name="use_markup">True</property>
+                            <property name="label" translatable="yes">Round Trip Time Statistics</property>
+                            <attributes>
+                              <attribute name="weight" value="bold"/>
+                            </attributes>
                           </object>
                         </child>
                       </object>
@@ -1373,8 +1381,10 @@
                         <child type="label">
                           <object class="GtkLabel" id="label100">
                             <property name="visible">True</property>
-                            <property name="label" translatable="yes">&lt;b&gt;Transmission Statistics&lt;/b&gt;</property>
-                            <property name="use_markup">True</property>
+                            <property name="label" translatable="yes">Transmission Statistics</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]