Use " in all i18n functions instead of '

This commit is contained in:
Jan Bidler
2022-08-28 17:43:28 +02:00
committed by Tobias Fella
parent f6f4edec86
commit c2c235eff1
9 changed files with 9 additions and 9 deletions

View File

@@ -58,7 +58,7 @@ Kirigami.ScrollablePage {
flat: true
padding: Kirigami.Units.gridUnit / 2
icon.name: "home"
text: i18nc('@action:button', 'Show All Rooms')
text: i18nc("@action:button", "Show All Rooms")
display: QQC2.AbstractButton.IconOnly
onClicked: {