[epiphany] Remove last use of markup in translatable string



commit a0accbf38982d9201192feabfebfd3eef6f44ba5
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Mon Aug 7 08:54:51 2017 -0500

    Remove last use of markup in translatable string
    
    https://bugzilla.gnome.org/show_bug.cgi?id=671425

 src/resources/gtk/prefs-dialog.ui |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/src/resources/gtk/prefs-dialog.ui b/src/resources/gtk/prefs-dialog.ui
index 1742a1d..69ea314 100644
--- a/src/resources/gtk/prefs-dialog.ui
+++ b/src/resources/gtk/prefs-dialog.ui
@@ -522,9 +522,12 @@
                           <object class="GtkLabel">
                             <property name="visible">True</property>
                             <property name="halign">start</property>
-                            <property name="label" translatable="yes" comments="Refers to &quot;Only from 
sites you visit&quot; option under Cookies.">&lt;small&gt;For example, not from advertisers on these 
sites&lt;/small&gt;</property>
+                            <property name="label" translatable="yes" comments="Refers to &quot;Only from 
sites you visit&quot; option under Cookies.">For example, not from advertisers on these sites.</property>
                             <property name="use-markup">True</property>
                             <property name="margin-start">22</property>
+                            <attributes>
+                              <attribute name="scale" value="0.8"/>
+                            </attributes>
                           </object>
                         </child>
                         <child>


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