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
=== modified file 'midori/midori-browser.c'
--- midori/midori-browser.c 2013-05-19 09:33:02 +0000
+++ midori/midori-browser.c 2013-05-19 22:23:27 +0000
@@ -5421,16 +5421,16 @@
5421 N_("Add a new _folder"), "",5421 N_("Add a new _folder"), "",
5422 NULL, G_CALLBACK (_action_bookmark_add_activate) },5422 NULL, G_CALLBACK (_action_bookmark_add_activate) },
5423 { "BookmarksImport", NULL,5423 { "BookmarksImport", NULL,
5424 N_("_Import bookmarks"), "",5424 N_("_Import bookmarks…"), "",
5425 NULL, G_CALLBACK (_action_bookmarks_import_activate) },5425 NULL, G_CALLBACK (_action_bookmarks_import_activate) },
5426 { "BookmarksExport", NULL,5426 { "BookmarksExport", NULL,
5427 N_("_Export bookmarks"), "",5427 N_("_Export bookmarks…"), "",
5428 NULL, G_CALLBACK (_action_bookmarks_export_activate) },5428 NULL, G_CALLBACK (_action_bookmarks_export_activate) },
5429 { "ManageSearchEngines", GTK_STOCK_PROPERTIES,5429 { "ManageSearchEngines", GTK_STOCK_PROPERTIES,
5430 N_("_Manage Search Engines"), "<Ctrl><Alt>s",5430 N_("_Manage Search Engines…"), "<Ctrl><Alt>s",
5431 NULL, G_CALLBACK (_action_manage_search_engines_activate) },5431 NULL, G_CALLBACK (_action_manage_search_engines_activate) },
5432 { "ClearPrivateData", NULL,5432 { "ClearPrivateData", NULL,
5433 N_("_Clear Private Data"), "<Ctrl><Shift>Delete",5433 N_("_Clear Private Data…"), "<Ctrl><Shift>Delete",
5434 NULL, G_CALLBACK (_action_clear_private_data_activate) },5434 NULL, G_CALLBACK (_action_clear_private_data_activate) },
5435 { "InspectPage", NULL,5435 { "InspectPage", NULL,
5436 N_("_Inspect Page"), "<Ctrl><Shift>i",5436 N_("_Inspect Page"), "<Ctrl><Shift>i",

Subscribers

People subscribed via source and target branches

to all changes: