update: hint text

This commit is contained in:
MrMirDan
2026-03-23 14:05:06 +02:00
parent 3e240fc9ac
commit 7decbb5a48
+1 -1
View File
@@ -96,7 +96,7 @@ DrawerType2 {
Layout.topMargin: 8
Layout.bottomMargin: 16
text: fromOutside ? SystemController.readHint(fileName) : SettingsController.getHint()
text: qsTr("Hint: ") + (fromOutside ? SystemController.readHint(fileName) : SettingsController.getHint())
}
BasicButtonType {