From e1b8ac96883cc716cc10e2690b55531ac1ba22b5 Mon Sep 17 00:00:00 2001 From: xmr-eric Date: Tue, 11 Oct 2016 18:09:51 -0400 Subject: [PATCH] Update AddressBook.qml --- pages/AddressBook.qml | 4 ++-- 1 file 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 (Optional)") + translationManager.emptyString fontSize: 14 - tipText: qsTr("Payment ID

A unique user name used in
the address book. It is not a
transfer of information sent
during thevtransfer") + tipText: qsTr("Payment ID

A unique user name used in
the address book. It is not a
transfer of information sent
during the transfer") + translationManager.emptyString } @@ -98,7 +98,7 @@ Rectangle { anchors.topMargin: 17 text: qsTr("Description (Local database)") + translationManager.emptyString fontSize: 14 - tipText: qsTr("Tip tekst test

test line 2") + translationManager.emptyString + tipText: qsTr("Tip test test

test line 2") + translationManager.emptyString } LineEdit {