use qsTr (for translations later)

This commit is contained in:
end-4
2025-04-24 20:28:22 +02:00
parent 84f031573e
commit 8dd82baf26
19 changed files with 41 additions and 41 deletions
@@ -120,7 +120,7 @@ Item {
font.pixelSize: Appearance.font.pixelSize.normal
color: Appearance.m3colors.m3outline
horizontalAlignment: Text.AlignHCenter
text: "No notifications"
text: qsTr("No notifications")
}
}
}
@@ -155,7 +155,7 @@ Item {
Layout.margins: 5
Layout.topMargin: 10
buttonIcon: "clear_all"
buttonText: "Clear"
buttonText: qsTr("Clear")
onClicked: () => {
Notifications.discardAllNotifications()
}