┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincontextmenu.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2010-10-05 14:40:42 +0000
committerPeter Penz <[email protected]>2010-10-05 14:40:42 +0000
commit7fcab3c7839d46592dc821b12c572a7040435a38 (patch)
tree584315355482b1345e77b5fcc374ceffd5238468 /src/dolphincontextmenu.cpp
parentdbc6cb9a853af607b88c2d6cce13a9fbff33e666 (diff)
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
Diffstat (limited to 'src/dolphincontextmenu.cpp')
-rw-r--r--src/dolphincontextmenu.cpp4
1 files changed, 2 insertions, 2 deletions
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);