diff options
author | Nicolò Chieffo <nicolo.chieffo@gmail.com> | 2009-06-18 01:08:30 +0800 |
---|---|---|
committer | Pierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk> | 2009-06-18 01:09:30 +0800 |
commit | 8b126ca039f7d4a5a93e695682dc975d1254c49e (patch) | |
tree | b1373d932449657d27aea94c795c14817543ae1b /src | |
parent | d0a3c7a9e5052a5487e74fe70e0d1f40c6f904a3 (diff) | |
download | gsoc2013-empathy-8b126ca039f7d4a5a93e695682dc975d1254c49e.tar gsoc2013-empathy-8b126ca039f7d4a5a93e695682dc975d1254c49e.tar.gz gsoc2013-empathy-8b126ca039f7d4a5a93e695682dc975d1254c49e.tar.bz2 gsoc2013-empathy-8b126ca039f7d4a5a93e695682dc975d1254c49e.tar.lz gsoc2013-empathy-8b126ca039f7d4a5a93e695682dc975d1254c49e.tar.xz gsoc2013-empathy-8b126ca039f7d4a5a93e695682dc975d1254c49e.tar.zst gsoc2013-empathy-8b126ca039f7d4a5a93e695682dc975d1254c49e.zip |
Fix wrapping in Preferences dialog
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-preferences.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/empathy-preferences.ui b/src/empathy-preferences.ui index ef9233cc3..6ae92d17c 100644 --- a/src/empathy-preferences.ui +++ b/src/empathy-preferences.ui @@ -486,11 +486,11 @@ <object class="GtkLabel" id="label6"> <property name="visible">True</property> <property name="xalign">0</property> + <property name="wrap">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> <property name="position">1</property> @@ -707,11 +707,11 @@ <object class="GtkLabel" id="label616"> <property name="visible">True</property> <property name="xalign">0</property> + <property name="wrap">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> <property name="position">1</property> |