From: Peter Penz Date: Tue, 5 Oct 2010 14:40:42 +0000 (+0000) Subject: Use "Open Path" instead of "Open Parent Folder", as the headline in the search-result... X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/7fcab3c7839d46592dc821b12c572a7040435a38 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 --- diff --git a/src/dolphincontextmenu.cpp b/src/dolphincontextmenu.cpp index f868282b4..8913468e6 100644 --- a/src/dolphincontextmenu.cpp +++ b/src/dolphincontextmenu.cpp @@ -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);