]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Correct translation context for zoom out action's what's this text
authorNate Graham <nate@kde.org>
Wed, 14 Aug 2019 18:04:56 +0000 (12:04 -0600)
committerNate Graham <nate@kde.org>
Wed, 14 Aug 2019 18:04:56 +0000 (12:04 -0600)
src/views/dolphinviewactionhandler.cpp

index 27321f63a6b2ede7d578272aeee194674c4605a3..5746bb7cf76c7f6c4dfe9e5850c411104062301f 100644 (file)
@@ -191,7 +191,7 @@ void DolphinViewActionHandler::createActions()
     QAction* zoomOutAction = KStandardAction::zoomOut(this,
                              &DolphinViewActionHandler::zoomOut,
                              m_actionCollection);
-    zoomOutAction->setWhatsThis(i18nc("@info:whatsthis zoom in", "This reduces the icon size."));
+    zoomOutAction->setWhatsThis(i18nc("@info:whatsthis zoom out", "This reduces the icon size."));
 
     KToggleAction* showPreview = m_actionCollection->add<KToggleAction>(QStringLiteral("show_preview"));
     showPreview->setText(i18nc("@action:intoolbar", "Preview"));