Skip to content
Snippets Groups Projects
Commit 02609847 authored by Robert Loehning's avatar Robert Loehning Committed by Oswald Buddenhagen
Browse files

Minor usability fix


In Contents, Index and Search this menu reads "...as New Page" so I
adjusted it.

Change-Id: I4e2f5ebfae56e51da38b5b97c7776270359da18a
Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@nokia.com>
parent d0c2cf93
No related branches found
No related tags found
No related merge requests found
......@@ -390,7 +390,7 @@ void BookmarkWidget::customContextMenuRequested(const QPoint &point)
renameItem = menu.addAction(tr("Rename Folder"));
} else {
showItem = menu.addAction(tr("Show Bookmark"));
showItemNewTab = menu.addAction(tr("Show Bookmark in New Tab"));
showItemNewTab = menu.addAction(tr("Show Bookmark as New Page"));
if (searchField->text().isEmpty()) {
menu.addSeparator();
removeItem = menu.addAction(tr("Delete Bookmark"));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment