]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Correct "New Window" tooltip
authorNate Graham <nate@kde.org>
Sat, 24 Aug 2019 14:16:42 +0000 (08:16 -0600)
committerNate Graham <nate@kde.org>
Sat, 24 Aug 2019 14:16:42 +0000 (08:16 -0600)
BUG: 411215
FIXED-IN: 19.12.0

src/dolphinmainwindow.cpp

index ad193b0517392c3a7e82f1807f4a3ebc6ca35e7b..1da823e23e970c068dce71a1ccbee91ffb10f678 100644 (file)
@@ -1156,6 +1156,7 @@ void DolphinMainWindow::setupActions()
 
     QAction* newWindow = KStandardAction::openNew(this, &DolphinMainWindow::openNewMainWindow, actionCollection());
     newWindow->setText(i18nc("@action:inmenu File", "New &Window"));
+    newWindow->setToolTip(i18nc("@info", "Open a new Dolphin window"));
     newWindow->setWhatsThis(xi18nc("@info:whatsthis", "This opens a new "
         "window just like this one with the current location and view."
         "<nl/>You can drag and drop items between windows."));