Merge lp:~danrabbit/midori/fix-1172077 into lp:midori

Proposed by Danielle Foré
Status: Merged
Approved by: Cris Dywan
Approved revision: 6163
Merged at revision: 6168
Proposed branch: lp:~danrabbit/midori/fix-1172077
Merge into: lp:midori
Diff against target: 24 lines (+4/-4)
1 file modified
midori/midori-browser.c (+4/-4)
To merge this branch: bzr merge lp:~danrabbit/midori/fix-1172077
Reviewer Review Type Date Requested Status
Cris Dywan Approve
Review via email: mp+164651@code.launchpad.net

Commit message

Add ellipsis to menu strings

Description of the change

This branch adds ellipsis to the following strings:

Import bookmarks
Export bookmarks
Manage Search Engines
Clear Private Data

To post a comment you must log in.
Revision history for this message
Cris Dywan (kalikiana) wrote :

Looks obviously enough the right thing to do.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'midori/midori-browser.c'
2--- midori/midori-browser.c 2013-05-19 09:33:02 +0000
3+++ midori/midori-browser.c 2013-05-19 22:23:27 +0000
4@@ -5421,16 +5421,16 @@
5 N_("Add a new _folder"), "",
6 NULL, G_CALLBACK (_action_bookmark_add_activate) },
7 { "BookmarksImport", NULL,
8- N_("_Import bookmarks"), "",
9+ N_("_Import bookmarks…"), "",
10 NULL, G_CALLBACK (_action_bookmarks_import_activate) },
11 { "BookmarksExport", NULL,
12- N_("_Export bookmarks"), "",
13+ N_("_Export bookmarks…"), "",
14 NULL, G_CALLBACK (_action_bookmarks_export_activate) },
15 { "ManageSearchEngines", GTK_STOCK_PROPERTIES,
16- N_("_Manage Search Engines"), "<Ctrl><Alt>s",
17+ N_("_Manage Search Engines…"), "<Ctrl><Alt>s",
18 NULL, G_CALLBACK (_action_manage_search_engines_activate) },
19 { "ClearPrivateData", NULL,
20- N_("_Clear Private Data"), "<Ctrl><Shift>Delete",
21+ N_("_Clear Private Data…"), "<Ctrl><Shift>Delete",
22 NULL, G_CALLBACK (_action_clear_private_data_activate) },
23 { "InspectPage", NULL,
24 N_("_Inspect Page"), "<Ctrl><Shift>i",

Subscribers

People subscribed via source and target branches

to all changes: