1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-21 04:07:46 +00:00

Fix bad i18nc call on settings page

This commit is contained in:
Joshua Goins 2024-03-22 21:03:34 -04:00
parent da60cebb3d
commit 3bb90ebed3

View file

@ -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()
} }