diff options
| author | Nate Graham <[email protected]> | 2019-08-14 12:04:56 -0600 |
|---|---|---|
| committer | Nate Graham <[email protected]> | 2019-08-14 12:04:56 -0600 |
| commit | ea82a36420f68fe4e2e591e44e1147c02b3dae78 (patch) | |
| tree | 0cb0ce9dc7da277cffdf6917a857d0d3ce3f7220 /src/views | |
| parent | 0ab27790588548d5c8cf114613f768f0514f92d6 (diff) | |
Correct translation context for zoom out action's what's this text
Diffstat (limited to 'src/views')
| -rw-r--r-- | src/views/dolphinviewactionhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/dolphinviewactionhandler.cpp b/src/views/dolphinviewactionhandler.cpp index 27321f63a..5746bb7cf 100644 --- a/src/views/dolphinviewactionhandler.cpp +++ b/src/views/dolphinviewactionhandler.cpp @@ -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")); |
