Fix qrc resources not working

This commit is contained in:
miruka
2019-08-25 15:38:42 -04:00
parent 8ebd7189cc
commit f5e52aed4e
6 changed files with 9 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
import "../Base"
HNoticePage {
text: "Select or add a room to start."
text: qsTr("Add or select a room to start.")
}