[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:
parent
e4ba37109f
commit
92d482b331
1 changed files with 1 additions and 1 deletions
|
@ -430,7 +430,7 @@ EFFECT_FALLBACK
|
||||||
}, {
|
}, {
|
||||||
QStringLiteral("screenshot"),
|
QStringLiteral("screenshot"),
|
||||||
i18ndc("kwin_effects", "Name of a KWin Effect", "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"),
|
QStringLiteral("Appearance"),
|
||||||
QString(),
|
QString(),
|
||||||
QUrl(),
|
QUrl(),
|
||||||
|
|
Loading…
Reference in a new issue