From 20eb5531ebbb07a6f7407414915f8bdb2acbb88a Mon Sep 17 00:00:00 2001 From: Michael Terry Date: Mon, 13 Jul 2009 13:21:13 +0200 Subject: 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. --- mail/mail-config.glade | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'mail') 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 "Forward" to begin. True - Please enter a descriptive name for this account in the space below. -This name will be used for display purposes only. + Please enter a descriptive name for this account in the space below. This name will be used for display purposes only. False False GTK_JUSTIFY_LEFT @@ -8892,8 +8891,7 @@ Quoted True The output of this script will be used as your -signature. The name you specify will be used -for display purposes only. +signature. The name you specify will be used for display purposes only. False False GTK_JUSTIFY_LEFT -- cgit v1.2.3