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

@@ -41,7 +41,7 @@ Column {
font.pixelSize: 16
anchors.margins: 8
font.bold:true
text: qsTr("Enter your 25 word mnemonic seed")
text: qsTr("Enter your 25 word mnemonic seed") + translationManager.emptyString
color: "#BABABA"
visible: !memoTextInput.text/* && !parent.focus*/
}