mark some strings as translatable

This commit is contained in:
erciccione
2018-06-26 13:28:31 +03:00
parent cd46edb23f
commit 53c3151a23
6 changed files with 11 additions and 11 deletions

View File

@@ -195,7 +195,7 @@ Rectangle {
RowLayout {
LineEdit {
id: signSignatureLine
labelText: qsTr("Signature")
labelText: qsTr("Signature") + translationManager.emptyString;
placeholderText: qsTr("Signature") + translationManager.emptyString;
readOnly: true
Layout.fillWidth: true
@@ -245,7 +245,7 @@ Rectangle {
RowLayout {
LineEdit {
id: verifyFileLine
labelText: qsTr("Verify file")
labelText: qsTr("Verify file") + translationManager.emptyString;
placeholderText: qsTr("Filename with message to verify") + translationManager.emptyString;
readOnly: false
Layout.fillWidth: true
@@ -287,7 +287,7 @@ Rectangle {
LineEditMulti {
id: verifyAddressLine
Layout.fillWidth: true
labelText: qsTr("Address")
labelText: qsTr("Address") + translationManager.emptyString;
addressValidation: true
anchors.topMargin: 5 * scaleRatio
placeholderText: "4.. / 8.."