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/publish-calendar/publish-calendar.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/publish-calendar/publish-calendar.ui')
-rw-r--r-- | plugins/publish-calendar/publish-calendar.ui | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/plugins/publish-calendar/publish-calendar.ui b/plugins/publish-calendar/publish-calendar.ui index f60bc9090b..aedb323ad6 100644 --- a/plugins/publish-calendar/publish-calendar.ui +++ b/plugins/publish-calendar/publish-calendar.ui @@ -100,8 +100,10 @@ <object class="GtkLabel" id="label22"> <property name="visible">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes"><span weight="bold">General</span></property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">General</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> <packing> <property name="expand">False</property> @@ -266,8 +268,10 @@ <object class="GtkLabel" id="label23"> <property name="visible">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes"><span weight="bold">Sources</span></property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">Sources</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> <packing> <property name="expand">False</property> @@ -330,8 +334,10 @@ <object class="GtkLabel" id="label30"> <property name="visible">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes"><span weight="bold">Location</span></property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">Location</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> <packing> <property name="expand">False</property> @@ -482,8 +488,10 @@ <object class="GtkLabel" id="optional_label"> <property name="visible">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes"><span weight="bold">Optional Information</span></property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">Optional Information</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> <packing> <property name="expand">False</property> |