[network-manager-openconnect] Remove markup from strings in UI files



commit 320fcff770ab72ff8fa464d59e7a2ff3ffe6962b
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Mon Oct 3 22:09:05 2016 +0200

    Remove markup from strings in UI files
    
    See https://wiki.gnome.org/Initiatives/GnomeGoals/RemoveMarkupInMessages

 properties/nm-openconnect-dialog.ui |   18 ++++++++++++------
 1 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/properties/nm-openconnect-dialog.ui b/properties/nm-openconnect-dialog.ui
index e49216d..28283ba 100644
--- a/properties/nm-openconnect-dialog.ui
+++ b/properties/nm-openconnect-dialog.ui
@@ -16,9 +16,11 @@
             <child>
               <object class="GtkLabel" id="label22">
                 <property name="visible">True</property>
-                <property name="label" translatable="yes">&lt;b&gt;General&lt;/b&gt;</property>
+                <property name="label" translatable="yes">General</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>
@@ -420,9 +422,11 @@
             <child>
               <object class="GtkLabel" id="label25">
                 <property name="visible">True</property>
-                <property name="label" translatable="yes">&lt;b&gt;Certificate 
Authentication&lt;/b&gt;</property>
+                <property name="label" translatable="yes">Certificate Authentication</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>
@@ -620,9 +624,11 @@
         <child>
           <object class="GtkLabel" id="label26">
             <property name="visible">True</property>
-            <property name="label" translatable="yes">&lt;b&gt;Software Token 
Authentication&lt;/b&gt;</property>
+            <property name="label" translatable="yes">Software Token Authentication</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>


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