diff options
author | Claude Paroz <claude@2xlibre.net> | 2009-06-17 05:30:15 +0800 |
---|---|---|
committer | Claude Paroz <claude@2xlibre.net> | 2009-06-17 15:17:47 +0800 |
commit | 7e6f8f16531da4f40ba4f3158d31fce863942bda (patch) | |
tree | 30e26786fc4011eb029d8d403a7420bf9e7639f6 /libempathy-gtk/empathy-contact-widget.ui | |
parent | 551fe27bfb5078ae95d2a4d418df7abe66db0a93 (diff) | |
download | gsoc2013-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 'libempathy-gtk/empathy-contact-widget.ui')
-rw-r--r-- | libempathy-gtk/empathy-contact-widget.ui | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/libempathy-gtk/empathy-contact-widget.ui b/libempathy-gtk/empathy-contact-widget.ui index a46b2c6a0..c5bbd5bbe 100644 --- a/libempathy-gtk/empathy-contact-widget.ui +++ b/libempathy-gtk/empathy-contact-widget.ui @@ -14,8 +14,10 @@ <object class="GtkLabel" id="label654"> <property name="visible">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes"><b>Contact</b></property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">Contact</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> <packing> <property name="expand">False</property> @@ -225,8 +227,10 @@ <object class="GtkLabel" id="label672"> <property name="visible">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes"><b>Groups</b></property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">Groups</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> <packing> <property name="expand">False</property> @@ -334,8 +338,10 @@ <object class="GtkLabel" id="label649"> <property name="visible">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes"><b>Contact Details</b></property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">Contact Details</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> <packing> <property name="expand">False</property> @@ -478,8 +484,10 @@ <object class="GtkLabel" id="label662"> <property name="visible">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes"><b>Client Information</b></property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">Client Information</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> <packing> <property name="expand">False</property> |