[buoh] ui: Remove markup from a translatable string



commit 6c2982bae73d9e0e35d9fa276deefb1ab3963f20
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Wed Sep 12 18:36:01 2018 +0200

    ui: Remove markup from a translatable string

 data/ui/add-comic-dialog.ui | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/data/ui/add-comic-dialog.ui b/data/ui/add-comic-dialog.ui
index 6f99260..2fb6560 100644
--- a/data/ui/add-comic-dialog.ui
+++ b/data/ui/add-comic-dialog.ui
@@ -127,8 +127,10 @@
             <child type="label">
               <object class="GtkLabel">
                 <property name="visible">1</property>
-                <property name="label" translatable="yes">&lt;b&gt;Select Comics&lt;/b&gt;</property>
-                <property name="use-markup">1</property>
+                <property name="label" translatable="yes">Select Comics</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]