diff options
| author | xmr-eric <eric@moneroeric.com> | 2016-12-13 21:23:15 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-13 21:23:15 -0500 |
| commit | 9d1f242a8aae9a4403baf81c6600174d69f873bb (patch) | |
| tree | df5fc876c66c27c6cd5eb9e6bf7f953b710483b4 | |
| parent | 88df8b7938a754e11e482d5c98025552485fd414 (diff) | |
| download | monzero-gui-9d1f242a8aae9a4403baf81c6600174d69f873bb.tar.gz monzero-gui-9d1f242a8aae9a4403baf81c6600174d69f873bb.tar.xz monzero-gui-9d1f242a8aae9a4403baf81c6600174d69f873bb.zip | |
Update TxKey.qml
| -rw-r--r-- | pages/TxKey.qml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pages/TxKey.qml b/pages/TxKey.qml index 51f25d96..966c6a97 100644 --- a/pages/TxKey.qml +++ b/pages/TxKey.qml @@ -91,11 +91,11 @@ Rectangle { wrapMode: Text.Wrap } Text { - text: qsTr(" - the recipient address,") + translationManager.emptyString + text: qsTr(" - the recipient address") + translationManager.emptyString wrapMode: Text.Wrap } Text { - text: qsTr(" - the transaction ID,") + translationManager.emptyString + text: qsTr(" - the transaction ID") + translationManager.emptyString wrapMode: Text.Wrap } Text { @@ -103,7 +103,7 @@ Rectangle { wrapMode: Text.Wrap } Text { - text: qsTr("If a payment had several transactions then each must must be checked and the results combined") + translationManager.emptyString + text: qsTr("If a payment had several transactions then each must must be checked and the results combined.") + translationManager.emptyString wrapMode: Text.Wrap Layout.fillWidth: true; } |
