aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-account-widget-yahoo.ui
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2010-01-01 21:02:23 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-01-06 23:18:29 +0800
commite38cc7c99febaf760bc07e118c8ce3f2d1ffe615 (patch)
treef7045b37466cbe75e0ae4ac6dc8a3e6c25a4eb6d /libempathy-gtk/empathy-account-widget-yahoo.ui
parent909a8b53b6ef8ec6e4a9e5bed8bbb5226dc061f4 (diff)
downloadgsoc2013-empathy-e38cc7c99febaf760bc07e118c8ce3f2d1ffe615.tar
gsoc2013-empathy-e38cc7c99febaf760bc07e118c8ce3f2d1ffe615.tar.gz
gsoc2013-empathy-e38cc7c99febaf760bc07e118c8ce3f2d1ffe615.tar.bz2
gsoc2013-empathy-e38cc7c99febaf760bc07e118c8ce3f2d1ffe615.tar.lz
gsoc2013-empathy-e38cc7c99febaf760bc07e118c8ce3f2d1ffe615.tar.xz
gsoc2013-empathy-e38cc7c99febaf760bc07e118c8ce3f2d1ffe615.tar.zst
gsoc2013-empathy-e38cc7c99febaf760bc07e118c8ce3f2d1ffe615.zip
Remove Pango markup from translatable strings where possible
Use GtkBuilder attributes on labels instead, and change one instance of code to automatically add markup to the translated string.
Diffstat (limited to 'libempathy-gtk/empathy-account-widget-yahoo.ui')
-rw-r--r--libempathy-gtk/empathy-account-widget-yahoo.ui10
1 files changed, 8 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-account-widget-yahoo.ui b/libempathy-gtk/empathy-account-widget-yahoo.ui
index 0880cc7f4..c595a3430 100644
--- a/libempathy-gtk/empathy-account-widget-yahoo.ui
+++ b/libempathy-gtk/empathy-account-widget-yahoo.ui
@@ -108,8 +108,11 @@
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="xpad">3</property>
- <property name="label" translatable="yes">&lt;span size="small"&gt;&lt;b&gt;Example:&lt;/b&gt; username&lt;/span&gt;</property>
+ <property name="label" translatable="yes">&lt;b&gt;Example:&lt;/b&gt; username</property>
<property name="use_markup">True</property>
+ <attributes>
+ <attribute name="scale" value="0.8"/><!-- PANGO_SCALE_SMALL -->
+ </attributes>
</object>
<packing>
<property name="left_attach">1</property>
@@ -357,8 +360,11 @@
<object class="GtkLabel" id="label_example">
<property name="visible">True</property>
<property name="xalign">0.10000000149011612</property>
- <property name="label" translatable="yes">&lt;span size="small"&gt;&lt;b&gt;Example:&lt;/b&gt; username&lt;/span&gt;</property>
+ <property name="label" translatable="yes">&lt;b&gt;Example:&lt;/b&gt; username</property>
<property name="use_markup">True</property>
+ <attributes>
+ <attribute name="scale" value="0.8"/><!-- PANGO_SCALE_SMALL -->
+ </attributes>
</object>
<packing>
<property name="position">1</property>