Use "Open Path" instead of "Open Parent Folder", as the headline in the search-result is "Path".

svn path=/trunk/KDE/kdebase/apps/; revision=1182754
This commit is contained in:
Peter Penz 2010-10-05 14:40:42 +00:00
parent dbc6cb9a85
commit 7fcab3c783

View file

@ -256,13 +256,13 @@ void DolphinContextMenu::openItemContextMenu()
} else if (m_baseUrl.protocol().contains("search")) {
openParentInNewWindowAction = new QAction(KIcon("window-new"),
i18nc("@action:inmenu",
"Open Parent Folder in New Window"),
"Open Path in New Window"),
this);
m_popup->addAction(openParentInNewWindowAction);
openParentInNewTabAction = new QAction(KIcon("tab-new"),
i18nc("@action:inmenu",
"Open Parent Folder in New Tab"),
"Open Path in New Tab"),
this);
m_popup->addAction(openParentInNewTabAction);