┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-08-16 06:59:36 +0000
committerPeter Penz <[email protected]>2007-08-16 06:59:36 +0000
commitce35ec9f3dc0fb5cf003cf0cb1a5de913ae28062 (patch)
tree0091c46a3d42f6763959429f4d68bf3b824355fb
parent91a6cb80fdf03471fc975a031707bdeebf692483 (diff)
The inactive view gets closed, no joining is done -> fix text
svn path=/trunk/KDE/kdebase/apps/; revision=700674
-rw-r--r--src/dolphinmainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp
index 5657a2c8c..bd18d3a6d 100644
--- a/src/dolphinmainwindow.cpp
+++ b/src/dolphinmainwindow.cpp
@@ -1595,7 +1595,7 @@ void DolphinMainWindow::updateSplitAction()
{
QAction* splitAction = actionCollection()->action("split_view");
if (m_viewContainer[SecondaryView] != 0) {
- splitAction->setText(i18nc("@action:intoolbar Join views", "Join"));
+ splitAction->setText(i18nc("@action:intoolbar Close inactive view", "Close"));
if (m_activeViewContainer == m_viewContainer[PrimaryView]) {
splitAction->setIcon(KIcon("fileview-join"));
} else {