Minor usability fix

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

Change-Id: I4e2f5ebfae56e51da38b5b97c7776270359da18a
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
This commit is contained in:
Robert Loehning
2011-11-03 21:10:01 +01:00
committed by Oswald Buddenhagen
parent d0c2cf93e1
commit 02609847a5

View File

@@ -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"));