[effects/screenshot] Remove outdated reference to KSnapshot

Summary:
Since KSnapshot is no longer used, I modified the text in `effect_builtins.cpp` to reflect that, changing it to a generic "screenshot tools".

BUG: 408407
FIXED-IN: 5.17.0

Reviewers: #kwin, davidedmundson

Reviewed By: #kwin, davidedmundson

Subscribers: filipf, davidedmundson, kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D21700
This commit is contained in:
Gabriel Felipe Huwe 2019-06-10 08:40:45 -06:00 committed by Nate Graham
parent e4ba37109f
commit 92d482b331

View file

@ -430,7 +430,7 @@ EFFECT_FALLBACK
}, {
QStringLiteral("screenshot"),
i18ndc("kwin_effects", "Name of a KWin Effect", "Screenshot"),
i18ndc("kwin_effects", "Comment describing the KWin Effect", "Helper effect for KSnapshot"),
i18ndc("kwin_effects", "Comment describing the KWin Effect", "Helper effect for screenshot tools"),
QStringLiteral("Appearance"),
QString(),
QUrl(),