diff options
| author | Riccardo Spagni <ric@spagni.net> | 2016-10-12 20:33:44 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2016-10-12 20:33:44 +0200 |
| commit | 05046a5f21711fc049300b123d2f4b49f185a1d9 (patch) | |
| tree | fc4b7349dd0ebdac1678ed608867ff67bf2b9523 | |
| parent | 667fbf1f2e99b2089eb3af1f1ac75bffdaded264 (diff) | |
| parent | e1b8ac96883cc716cc10e2690b55531ac1ba22b5 (diff) | |
| download | monzero-gui-05046a5f21711fc049300b123d2f4b49f185a1d9.tar.gz monzero-gui-05046a5f21711fc049300b123d2f4b49f185a1d9.tar.xz monzero-gui-05046a5f21711fc049300b123d2f4b49f185a1d9.zip | |
Merge pull request #56
e1b8ac9 Update AddressBook.qml (xmr-eric)
| -rw-r--r-- | pages/AddressBook.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/AddressBook.qml b/pages/AddressBook.qml index 7ca79f35..e38a938b 100644 --- a/pages/AddressBook.qml +++ b/pages/AddressBook.qml @@ -76,7 +76,7 @@ Rectangle { anchors.topMargin: 17 text: qsTr("Payment ID <font size='2'>(Optional)</font>") + translationManager.emptyString fontSize: 14 - tipText: qsTr("<b>Payment ID</b><br/><br/>A unique user name used in<br/>the address book. It is not a<br/>transfer of information sent<br/>during thevtransfer") + tipText: qsTr("<b>Payment ID</b><br/><br/>A unique user name used in<br/>the address book. It is not a<br/>transfer of information sent<br/>during the transfer") + translationManager.emptyString } @@ -98,7 +98,7 @@ Rectangle { anchors.topMargin: 17 text: qsTr("Description <font size='2'>(Local database)</font>") + translationManager.emptyString fontSize: 14 - tipText: qsTr("<b>Tip tekst test</b><br/><br/>test line 2") + translationManager.emptyString + tipText: qsTr("<b>Tip test test</b><br/><br/>test line 2") + translationManager.emptyString } LineEdit { |
