kcms/effects: Add context to i18n string
Similar to how it's written in KWin Scripts KCM.
This commit is contained in:
parent
3297b3b396
commit
02d4c72e95
1 changed files with 1 additions and 1 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Reference in a new issue