kcms/effects: Add context to i18n string

Similar to how it's written in KWin Scripts KCM.
This commit is contained in:
ivan tkachenko 2023-06-05 12:15:55 +03:00
parent 3297b3b396
commit 02d4c72e95
No known key found for this signature in database
GPG key ID: AF72731B7C654CB3

View file

@ -21,7 +21,7 @@ ScrollViewKCM {
implicitWidth: Kirigami.Units.gridUnit * 40
actions: NewStuff.Action {
text: i18n("Get New…")
text: i18nc("@action:button get new KWin effects", "Get New…")
visible: KAuthorized.authorize(KAuthorized.GHNS)
configFile: "kwineffect.knsrc"
onEntryEvent: (entry, event) => {