aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-accounts-dialog.ui
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2009-06-17 05:30:15 +0800
committerClaude Paroz <claude@2xlibre.net>2009-06-17 15:17:47 +0800
commit7e6f8f16531da4f40ba4f3158d31fce863942bda (patch)
tree30e26786fc4011eb029d8d403a7420bf9e7639f6 /src/empathy-accounts-dialog.ui
parent551fe27bfb5078ae95d2a4d418df7abe66db0a93 (diff)
downloadgsoc2013-empathy-7e6f8f16531da4f40ba4f3158d31fce863942bda.tar
gsoc2013-empathy-7e6f8f16531da4f40ba4f3158d31fce863942bda.tar.gz
gsoc2013-empathy-7e6f8f16531da4f40ba4f3158d31fce863942bda.tar.bz2
gsoc2013-empathy-7e6f8f16531da4f40ba4f3158d31fce863942bda.tar.lz
gsoc2013-empathy-7e6f8f16531da4f40ba4f3158d31fce863942bda.tar.xz
gsoc2013-empathy-7e6f8f16531da4f40ba4f3158d31fce863942bda.tar.zst
gsoc2013-empathy-7e6f8f16531da4f40ba4f3158d31fce863942bda.zip
Remove markup from GTKBuilder translatable strings
Diffstat (limited to 'src/empathy-accounts-dialog.ui')
-rw-r--r--src/empathy-accounts-dialog.ui25
1 files changed, 17 insertions, 8 deletions
diff --git a/src/empathy-accounts-dialog.ui b/src/empathy-accounts-dialog.ui
index e19bcf7fe..7f17f82ce 100644
--- a/src/empathy-accounts-dialog.ui
+++ b/src/empathy-accounts-dialog.ui
@@ -158,8 +158,11 @@
<object class="GtkLabel" id="label_name">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="label">&lt;big&gt;&lt;b&gt;Gmail&lt;/b&gt;&lt;/big&gt;</property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Gmail</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ <attribute name="scale" value="1.2"/>
+ </attributes>
<property name="selectable">True</property>
</object>
<packing>
@@ -204,8 +207,10 @@
<child type="label">
<object class="GtkLabel" id="label599">
<property name="visible">True</property>
- <property name="label" translatable="yes">&lt;b&gt;Settings&lt;/b&gt;</property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Settings</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
</child>
</object>
@@ -375,8 +380,10 @@
<child type="label">
<object class="GtkLabel" id="label643">
<property name="visible">True</property>
- <property name="label" translatable="yes">&lt;b&gt;Add Account&lt;/b&gt;</property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Add Account</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
</child>
</object>
@@ -406,8 +413,10 @@
<child type="label">
<object class="GtkLabel" id="label_no_protocol">
<property name="visible">True</property>
- <property name="label" translatable="yes">&lt;b&gt;No protocol installed&lt;/b&gt;</property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">No protocol installed</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
</child>
</object>