diff options
| author | Peter Penz <[email protected]> | 2010-10-05 14:40:42 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-10-05 14:40:42 +0000 |
| commit | 7fcab3c7839d46592dc821b12c572a7040435a38 (patch) | |
| tree | 584315355482b1345e77b5fcc374ceffd5238468 /src/dolphincontextmenu.cpp | |
| parent | dbc6cb9a853af607b88c2d6cce13a9fbff33e666 (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.cpp | 4 |
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); |
