update: hint text

This commit is contained in:
MrMirDan
2026-03-23 14:05:06 +02:00
parent 465b3d4d95
commit 50801dd559

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 {