mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-20 19:57:45 +00:00
Fix bad i18nc call on settings page
This commit is contained in:
parent
da60cebb3d
commit
3bb90ebed3
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ KirigamiSettings.CategorizedSettings {
|
||||||
visible: LauncherCore.isSteamDeck
|
visible: LauncherCore.isSteamDeck
|
||||||
|
|
||||||
action: Kirigami.Action {
|
action: Kirigami.Action {
|
||||||
text: i18nc("@action:button Close Settings")
|
text: i18nc("@action:button", "Close Settings")
|
||||||
icon.name: "dialog-close-symbolic"
|
icon.name: "dialog-close-symbolic"
|
||||||
onTriggered: pageStack.layers.pop()
|
onTriggered: pageStack.layers.pop()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue