diff options
author | Claude Paroz <claude@2xlibre.net> | 2009-11-17 23:47:49 +0800 |
---|---|---|
committer | Claude Paroz <claude@2xlibre.net> | 2009-11-17 23:47:49 +0800 |
commit | 4eb800f5fad1a749e8ff11d7b342ff66e1d8e3a2 (patch) | |
tree | a5a9aa1d1c81f0b73d2a6b137c6e9e94981b4f6c /plugins/imap-features/imap-headers.ui | |
parent | f06fda60d98a7fba844a89429af34a65b700d0c7 (diff) | |
download | gsoc2013-evolution-4eb800f5fad1a749e8ff11d7b342ff66e1d8e3a2.tar.gz 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 'plugins/imap-features/imap-headers.ui')
-rw-r--r-- | plugins/imap-features/imap-headers.ui | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/plugins/imap-features/imap-headers.ui b/plugins/imap-features/imap-headers.ui index 8d3d60e7b7..4a1991252e 100644 --- a/plugins/imap-features/imap-headers.ui +++ b/plugins/imap-features/imap-headers.ui @@ -119,9 +119,8 @@ this if you do not have filters based on mailing lists</property> <child type="label"> <object class="GtkLabel" id="label2"> <property name="visible">True</property> - <property name="label" translatable="yes"><b>IMAP Headers</b></property> + <property name="label" translatable="yes">IMAP Headers</property> <property name="use_underline">False</property> - <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">True</property> @@ -133,6 +132,9 @@ this if you do not have filters based on mailing lists</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> </child> </object> @@ -300,9 +302,8 @@ can ignore this if you choose "All Headers".</property> <child type="label"> <object class="GtkLabel" id="label4"> <property name="visible">True</property> - <property name="label" translatable="yes"><b>Custom Headers</b></property> + <property name="label" translatable="yes">Custom Headers</property> <property name="use_underline">False</property> - <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">True</property> @@ -314,6 +315,9 @@ can ignore this if you choose "All Headers".</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> </child> </object> |