aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorMichael Terry <michael.terry@canonical.com>2009-07-13 19:21:13 +0800
committerMilan Crha <mcrha@redhat.com>2009-07-13 19:21:13 +0800
commit20eb5531ebbb07a6f7407414915f8bdb2acbb88a (patch)
treec7ed4c844600f813ff1db6922c9ba9edcbd29e92 /mail
parent0274669179600ac77475eed9870d2eab52c2cf14 (diff)
downloadgsoc2013-evolution-20eb5531ebbb07a6f7407414915f8bdb2acbb88a.tar
gsoc2013-evolution-20eb5531ebbb07a6f7407414915f8bdb2acbb88a.tar.gz
gsoc2013-evolution-20eb5531ebbb07a6f7407414915f8bdb2acbb88a.tar.bz2
gsoc2013-evolution-20eb5531ebbb07a6f7407414915f8bdb2acbb88a.tar.lz
gsoc2013-evolution-20eb5531ebbb07a6f7407414915f8bdb2acbb88a.tar.xz
gsoc2013-evolution-20eb5531ebbb07a6f7407414915f8bdb2acbb88a.tar.zst
gsoc2013-evolution-20eb5531ebbb07a6f7407414915f8bdb2acbb88a.zip
Bug #586958 - Too long texts instartup wizard
[PATCH 1/2] [restore-backup] Make intro text wrap The introductory text to the 'Restore from backup' page is too long, especially in some languages. This patch wraps the label as other labels in the startup wizard are wrapped. [PATCH 2/2] Don't break long labels unnecessarily A few strings had unnecessary end lines in them, which fight with the natural line-wrap algorithm.
Diffstat (limited to 'mail')
-rw-r--r--mail/mail-config.glade6
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/mail-config.glade b/mail/mail-config.glade
index f435b95a63..68dd62c26a 100644
--- a/mail/mail-config.glade
+++ b/mail/mail-config.glade
@@ -186,8 +186,7 @@ Click &quot;Forward&quot; to begin. </property>
<child>
<widget class="GtkLabel" id="management_help">
<property name="visible">True</property>
- <property name="label" translatable="yes">Please enter a descriptive name for this account in the space below.
-This name will be used for display purposes only.</property>
+ <property name="label" translatable="yes">Please enter a descriptive name for this account in the space below. This name will be used for display purposes only.</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
@@ -8892,8 +8891,7 @@ Quoted</property>
<widget class="GtkLabel" id="label456">
<property name="visible">True</property>
<property name="label" translatable="yes">The output of this script will be used as your
-signature. The name you specify will be used
-for display purposes only. </property>
+signature. The name you specify will be used for display purposes only.</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>