GNOME Bugzilla – Bug 586958
[backup-restore] Text too wide
Last modified: 2013-09-13 01:04:14 UTC
In the backup-restore plugin, the introductory text "You can restore Evolution from your backup..." is too wide. In some languages (Portuguese, French), it can be excessive. You can look at it by running the startup wizard. A simple fix is to set the label to wrap its text (like other paragraphs in the startup wizard do). Attached is a patch to do that.
Created attachment 137371 [details] [review] wrap the label
Oh great, though there are several bug reports available about this already. :-) Do you think it also makes sense to remove the \n 's from the string?
Created attachment 137417 [details] [review] drop some end lines Oh, whoops, I did a quick search, but not intensive. I definitely do think it makes sense to remove the \n, since that just fights with the normal wrap algorithm. But I saw a similar label also used \n in the startup wizard, so I thought it was possible ya'll liked the look of it. Here's a patch that takes out some unnecessary end lines from wrapped labels.
Created commit 20eb553 in evo master (2.27.5+) Looks good, thanks.