WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
16817
[Gtk] Menu items need underscores
https://bugs.webkit.org/show_bug.cgi?id=16817
Summary
[Gtk] Menu items need underscores
Christian Dywan
Reported
2008-01-10 09:51:33 PST
WebKitGtk should use underscores in menu items.
Attachments
Add underscores to appropriate menu labels.
(10.58 KB, patch)
2008-01-11 04:21 PST
,
Christian Dywan
alp
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Christian Dywan
Comment 1
2008-01-11 04:21:09 PST
Created
attachment 18388
[details]
Add underscores to appropriate menu labels. This patch adds underscores to all appropriate menu labels. - return String::fromUTF8(_("No file selected")); + return String::fromUTF8(_("(None)")); I changed this to match GtkFileChooserButton. - return String::fromUTF8(_("Search with MSN")); + return String::fromUTF8(_("_Search the Web")); I changed this because I don't think a random search engine provider is very useful in a generic item.
Alp Toker
Comment 2
2008-01-11 16:24:55 PST
Comment on
attachment 18388
[details]
Add underscores to appropriate menu labels. r=me Will add a couple more string fixes we noticed before landing.
Alp Toker
Comment 3
2008-01-11 16:26:04 PST
Landed in
r29422
.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug