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