aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-list-editor
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2009-11-17 23:47:49 +0800
committerClaude Paroz <claude@2xlibre.net>2009-11-17 23:47:49 +0800
commit4eb800f5fad1a749e8ff11d7b342ff66e1d8e3a2 (patch)
treea5a9aa1d1c81f0b73d2a6b137c6e9e94981b4f6c /addressbook/gui/contact-list-editor
parentf06fda60d98a7fba844a89429af34a65b700d0c7 (diff)
downloadgsoc2013-evolution-4eb800f5fad1a749e8ff11d7b342ff66e1d8e3a2.tar
gsoc2013-evolution-4eb800f5fad1a749e8ff11d7b342ff66e1d8e3a2.tar.gz
gsoc2013-evolution-4eb800f5fad1a749e8ff11d7b342ff66e1d8e3a2.tar.bz2
gsoc2013-evolution-4eb800f5fad1a749e8ff11d7b342ff66e1d8e3a2.tar.lz
gsoc2013-evolution-4eb800f5fad1a749e8ff11d7b342ff66e1d8e3a2.tar.xz
gsoc2013-evolution-4eb800f5fad1a749e8ff11d7b342ff66e1d8e3a2.tar.zst
gsoc2013-evolution-4eb800f5fad1a749e8ff11d7b342ff66e1d8e3a2.zip
Remove markup from translatable strings in ui files
GTKBuilder format allows to separate markup from translatable content. Whenever possible, this should be preferred so as there is less content to translate and less error opportunities.
Diffstat (limited to 'addressbook/gui/contact-list-editor')
-rw-r--r--addressbook/gui/contact-list-editor/contact-list-editor.ui6
1 files changed, 4 insertions, 2 deletions
diff --git a/addressbook/gui/contact-list-editor/contact-list-editor.ui b/addressbook/gui/contact-list-editor/contact-list-editor.ui
index 37d0d94746..0c1e21cf68 100644
--- a/addressbook/gui/contact-list-editor/contact-list-editor.ui
+++ b/addressbook/gui/contact-list-editor/contact-list-editor.ui
@@ -108,8 +108,10 @@
<object class="GtkLabel" id="members-label">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property context="yes" name="label" translatable="yes">&lt;b&gt;Members&lt;/b&gt;</property>
- <property name="use_markup">True</property>
+ <property context="yes" name="label" translatable="yes">Members</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>