GNOME Bugzilla – Bug 339235
Ellipsis for Edit->Find
Last modified: 2006-04-21 15:07:18 UTC
The GNOME HIG (Chapter 4. Menus, Designing a Menu, Types of menu item, Guidelines) states: > 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). The Edit->Find menu item does not have ... at the end of the string. Mind if I commit a patch that fixes this? (Btw, Epiphany does this correctly)
Please do
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report. 2006-04-21 Wouter Bolsterlee <uws+gnome@xs4all.nl> * shell/ev-window.c: Add ellipsis to the Find... menu item, as dictated by the GNOME HIG. Fixes bug #339235.