[gnome-characters] menu: Remove markup from a translatable string



commit c8c65ed438db86399f32934706c39c89d2e7614c
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Wed Feb 10 21:50:26 2016 +0100

    menu: Remove markup from a translatable string
    
    https://wiki.gnome.org/Initiatives/GnomeGoals/RemoveMarkupInMessages

 data/menu.ui |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/data/menu.ui b/data/menu.ui
index 96eac8e..68c1384 100644
--- a/data/menu.ui
+++ b/data/menu.ui
@@ -14,8 +14,10 @@
          <object class="GtkLabel" id="label1">
            <property name="visible">True</property>
            <property name="halign">center</property>
-           <property name="use-markup">True</property>
-           <property name="label" translatable="yes">&lt;b&gt;Filter by Font&lt;/b&gt;</property>
+           <property name="label" translatable="yes">Filter by Font</property>
+           <attributes>
+             <attribute name="weight" value="bold"/>
+           </attributes>
          </object>
        </child>
        <child>


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