[epiphany] Remove markup from strings in an ui file



commit 6302fc63b6da308bb73a5b6ed56c441d615a90e4
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sun Jan 29 04:31:24 2017 +0100

    Remove markup from strings in an ui file

 src/resources/gtk/encoding-dialog.ui |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/src/resources/gtk/encoding-dialog.ui b/src/resources/gtk/encoding-dialog.ui
index 5170705..9d158df 100644
--- a/src/resources/gtk/encoding-dialog.ui
+++ b/src/resources/gtk/encoding-dialog.ui
@@ -61,8 +61,10 @@
                         <property name="visible">True</property>
                         <property name="halign">start</property>
                         <property name="margin-start">8</property>
-                        <property name="use-markup">True</property>
-                        <property name="label" translatable="yes">&#60;b&#62;Recent 
encodings&#60;/b&#62;</property> <!-- TODO better -->
+                        <property name="label" translatable="yes">Recent encodings</property> <!-- TODO 
better -->
+                        <attributes>
+                          <attribute name="weight" value="bold"/>
+                        </attributes>
                       </object>
                     </child>
                     <child>
@@ -84,8 +86,10 @@
                         <property name="visible">True</property>
                         <property name="halign">start</property>
                         <property name="margin-start">8</property>
-                        <property name="use-markup">True</property>
-                        <property name="label" translatable="yes">&#60;b&#62;Related 
encodings&#60;/b&#62;</property> <!-- TODO better -->
+                        <property name="label" translatable="yes">Related encodings</property> <!-- TODO 
better -->
+                        <attributes>
+                          <attribute name="weight" value="bold"/>
+                        </attributes>
                       </object>
                     </child>
                     <child>


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