enabled translations in some places

This commit is contained in:
kenshi84
2017-03-11 14:09:09 +09:00
parent 6364530b86
commit c45cc3de41
8 changed files with 15 additions and 15 deletions

View File

@@ -109,7 +109,7 @@ Window {
shadowPressedColor: "#B32D00"
releasedColor: "#FF6C3C"
pressedColor: "#FF4304"
text: qsTr("Cancel")
text: qsTr("Cancel") + translationManager.emptyString
onClicked: {
root.close()
root.rejected()