Bug 2615 - Unify spaces in strings
Summary: Unify spaces in strings
Status: RESOLVED WONTFIX
Alias: None
Product: Claws Mail (GTK 2)
Classification: Unclassified
Component: UI (show other bugs)
Version: 3.8.1
Hardware: All All
: P3 minor
Assignee: users
URL:
Depends on:
Blocks:
 
Reported: 2012-02-24 10:41 UTC by Christian Hesse
Modified: 2012-06-04 08:58 UTC (History)
0 users

See Also:


Attachments
Unify spaces in strings (9.19 KB, patch)
2012-02-24 10:41 UTC, Christian Hesse
no flags Details | Diff
Unify spaces in strings - the other way round (6.30 KB, patch)
2012-02-25 18:32 UTC, Christian Hesse
no flags Details | Diff

Description Christian Hesse 2012-02-24 10:41:07 UTC
Created attachment 1084 [details]
Unify spaces in strings

Some strings look like "foo bar %s...", some look like "foo bar %s ...". (Note the extra space.) This patch unifies all cases to the second one.
Comment 1 Paul 2012-02-24 19:46:08 UTC
I tend to think that it's better without the space before the ellipsis
Comment 2 Troy 2012-02-24 21:31:05 UTC
I think it looks better with no space before the ellipses too, but apparently that isn't the correct way to display them: http://www.kentlaw.edu/academics/lrw/grinker/LwtaEllipses.htm
Comment 3 Ricardo Mones 2012-02-25 18:00:11 UTC
I also think that's better without the space before the ellipsis, and don't believe the usage page linked by Troy has any relevance here.

Ours is not the literary use of ellipsis to indicate a missing or omitted text in a quotation.

On menus is a just a common GUI indicator that the menu entry has a sub-menu available and on status bar messages that the action is still being performed and we're waiting for it to finish.
Comment 4 Christian Hesse 2012-02-25 18:32:10 UTC
Created attachment 1086 [details]
Unify spaces in strings - the other way round

Ok, this patch is just the other way round. Feel free to include either of them.
Comment 5 MoH 2012-02-25 19:14:12 UTC
Gnome HIG seems to support the version with no space:

http://developer.gnome.org/hig-book/3.0/menus-design.html.en#menu-item-type-command

Note You need to log in before you can comment on or make changes to this bug.