[cheese] Remove markup from translatable string



commit be521f7afa3f257bd1b0fcc5578f9d6bc45c20b6
Author: Piotr DrÄg <piotrdrag gmail com>
Date:   Tue May 15 20:45:55 2012 +0200

    Remove markup from translatable string

 data/cheese-prefs.ui |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/data/cheese-prefs.ui b/data/cheese-prefs.ui
index 6ce13a7..04222e7 100644
--- a/data/cheese-prefs.ui
+++ b/data/cheese-prefs.ui
@@ -340,8 +340,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;Shutter&lt;/b&gt;</property>
-                        <property name="use_markup">True</property>
+                        <property name="label" translatable="yes">Shutter</property>
+                        <attributes>
+                          <attribute name="weight" value="bold"/>
+                        </attributes>
                       </object>
                       <packing>
                         <property name="left_attach">0</property>



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