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 /src | |
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 'src')
-rw-r--r-- | src/empathy-accounts-dialog.ui | 25 | ||||
-rw-r--r-- | src/empathy-preferences.ui | 66 |
2 files changed, 61 insertions, 30 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"><big><b>Gmail</b></big></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"><b>Settings</b></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"><b>Add Account</b></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"><b>No protocol installed</b></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> diff --git a/src/empathy-preferences.ui b/src/empathy-preferences.ui index 142e5d79c..ef9233cc3 100644 --- a/src/empathy-preferences.ui +++ b/src/empathy-preferences.ui @@ -93,8 +93,10 @@ <child type="label"> <object class="GtkLabel" id="label611"> <property name="visible">True</property> - <property name="label" translatable="yes"><b>Appearance</b></property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">Appearance</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> </child> </object> @@ -153,8 +155,10 @@ <child type="label"> <object class="GtkLabel" id="label612"> <property name="visible">True</property> - <property name="label" translatable="yes"><b>Behavior</b></property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">Behavior</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> </child> </object> @@ -215,8 +219,10 @@ <child type="label"> <object class="GtkLabel" id="label644"> <property name="visible">True</property> - <property name="label" translatable="yes"><b>Contact List</b></property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">Contact List</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> </child> </object> @@ -369,8 +375,10 @@ <object class="GtkLabel" id="label645"> <property name="visible">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes"><b>Play sound for events</b></property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">Play sound for events</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> <packing> <property name="expand">False</property> @@ -478,8 +486,10 @@ <object class="GtkLabel" id="label6"> <property name="visible">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes"><small>Reduced location accuracy means that nothing more precise than your city, state and country will be published. GPS coordinates will have a random value added (±0.25°).</small></property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">Reduced location accuracy means that nothing more precise than your city, state and country will be published. GPS coordinates will have a random value added (±0.25°).</property> + <attributes> + <attribute name="scale" value="0.8"/> + </attributes> <property name="wrap">True</property> </object> <packing> @@ -515,8 +525,10 @@ <child type="label"> <object class="GtkLabel" id="label3"> <property name="visible">True</property> - <property name="label" translatable="yes"><b>Privacy</b></property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">Privacy</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> </child> </object> @@ -594,8 +606,10 @@ <child type="label"> <object class="GtkLabel" id="label5"> <property name="visible">True</property> - <property name="label" translatable="yes"><b>Geoclue Settings</b></property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">Geoclue Settings</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> </child> </object> @@ -693,8 +707,10 @@ <object class="GtkLabel" id="label616"> <property name="visible">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes"><small>The list of languages reflects only the languages for which you have a dictionary installed.</small></property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">The list of languages reflects only the languages for which you have a dictionary installed.</property> + <attributes> + <attribute name="scale" value="0.8"/> + </attributes> <property name="wrap">True</property> </object> <packing> @@ -714,8 +730,10 @@ <child type="label"> <object class="GtkLabel" id="label615"> <property name="visible">True</property> - <property name="label" translatable="yes"><b>Enable spell checking for languages:</b></property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">Enable spell checking for languages:</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> </child> </object> @@ -825,8 +843,10 @@ <child> <object class="GtkLabel" id="label_invalid_adium_theme"> <property name="visible">True</property> - <property name="label" translatable="yes"><span foreground="red">Not a valid adium theme</span></property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">Not a valid adium theme</property> + <attributes> + <attribute name="foreground" value="red"/> + </attributes> </object> <packing> <property name="expand">False</property> @@ -841,8 +861,10 @@ <child type="label"> <object class="GtkLabel" id="label626"> <property name="visible">True</property> - <property name="label" translatable="yes"><b>Appearance</b></property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">Appearance</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> </child> </object> |