[gcr] Remove markup from strings in .ui file



commit 0ba4c16e57f5cd7ad4bb2d81109cf2da08f3d5e0
Author: Piotr DrÄg <piotrdrag gmail com>
Date:   Tue May 15 21:04:35 2012 +0200

    Remove markup from strings in .ui file
    
    There is still markup in gcr/gcr-certificate-exporter.c file.

 gcr/gcr-pkcs11-import-dialog.ui |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/gcr/gcr-pkcs11-import-dialog.ui b/gcr/gcr-pkcs11-import-dialog.ui
index a565cf1..cd59f75 100644
--- a/gcr/gcr-pkcs11-import-dialog.ui
+++ b/gcr/gcr-pkcs11-import-dialog.ui
@@ -140,8 +140,10 @@
             <property name="visible">True</property>
             <property name="can_focus">False</property>
             <property name="xalign">0</property>
-            <property name="label" translatable="yes">&lt;b&gt;Unlock&lt;/b&gt;</property>
-            <property name="use_markup">True</property>
+            <property name="label" translatable="yes">Unlock</property>
+            <attributes>
+              <attribute name="weight" value="bold"/>
+            </attributes>
           </object>
         </child>
       </object>
@@ -228,8 +230,10 @@
             <property name="can_focus">False</property>
             <property name="margin_bottom">6</property>
             <property name="xalign">0</property>
-            <property name="label" translatable="yes">&lt;b&gt;Import settings&lt;/b&gt;</property>
-            <property name="use_markup">True</property>
+            <property name="label" translatable="yes">Import settings</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]