[gnome-session] Remove markup from translatable string in .ui file



commit de1e5bb1d1624d28e9d9db3cd5fe62afb14b3bdb
Author: Piotr DrÄg <piotrdrag gmail com>
Date:   Tue May 15 19:23:28 2012 +0200

    Remove markup from translatable string in .ui file
    
    There is still markup in one string in gsm-manager.c file.

 data/gsm-inhibit-dialog.ui |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/data/gsm-inhibit-dialog.ui b/data/gsm-inhibit-dialog.ui
index f93a287..4a601d1 100644
--- a/data/gsm-inhibit-dialog.ui
+++ b/data/gsm-inhibit-dialog.ui
@@ -11,9 +11,11 @@
       <object class="GtkLabel" id="header-label">
         <property name="visible">True</property>
         <property name="xalign">0</property>
-        <property name="label" translatable="yes">&lt;b&gt;Some programs are still running:&lt;/b&gt;</property>
-        <property name="use_markup">True</property>
+        <property name="label" translatable="yes">Some programs are still running:</property>
         <property name="wrap">True</property>
+        <attributes>
+          <attribute name="weight" value="bold"/>
+        </attributes>
       </object>
       <packing>
         <property name="expand">False</property>



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