Correct translation context for zoom out action's what's this text

This commit is contained in:
Nate Graham 2019-08-14 12:04:56 -06:00
parent 0ab2779058
commit ea82a36420

View 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"));