GNOME Bugzilla – Bug 568866
Ellipses usage on User Switch Applet
Last modified: 2010-01-13 17:12:43 UTC
"Account Information" and "System Preferences" have ellipses "..." on the User Switch Applet. Those are normally meant to indicate that part of the action needs further user input. Both of these just open some app, so IMHO the ellipses are not needed here: the action is complete when the app is started (Edit->Preferences in GNOME apps does not have ellipses for this same reason)
Created attachment 139865 [details] [review] Patch Still the same... here's the simple patch. Can we please change this for 2.28? Btw you may want to look into https://bugzilla.gnome.org/show_bug.cgi?id=568873 which goes a bit further but is independant.
But the user needs to input information in that app. The fact it's an app is an uninteresting implementation detail.
The HIG says: --- Label the menu item with a trailing ellipsis ("...") only if the command requires further input from the user before it can be performed. Do not add an ellipsis to items that only present a confirmation dialog (such as Delete), or that do not require further input (such as Properties, Preferences or About). --- So that is clearly no ... in both cases.
Comment on attachment 139865 [details] [review] Patch Thanks.