diff options
| author | Riccardo Spagni <ric@spagni.net> | 2016-12-15 17:16:19 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2016-12-15 17:16:19 +0200 |
| commit | bc01aacd75675fd059122dfcafb920b41f08cb57 (patch) | |
| tree | 31a556b8a7143f4665f03b7eca156754b0db850e | |
| parent | 575fab90c7b0c8443a24f358fa18a61b34187dd5 (diff) | |
| parent | aad15272f12311006d8ba895b0bc41240420fbcd (diff) | |
| download | monzero-gui-bc01aacd75675fd059122dfcafb920b41f08cb57.tar.gz monzero-gui-bc01aacd75675fd059122dfcafb920b41f08cb57.tar.xz monzero-gui-bc01aacd75675fd059122dfcafb920b41f08cb57.zip | |
Merge pull request #282
aad1527 Improve additional text (xmr-eric)
01b8aee Reduce fontsize in Sign/Verify for Compact View (xmr-eric)
| -rw-r--r-- | pages/Sign.qml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pages/Sign.qml b/pages/Sign.qml index 58e07278..f77508bc 100644 --- a/pages/Sign.qml +++ b/pages/Sign.qml @@ -121,7 +121,7 @@ Rectangle { spacing: 8 Label { text: qsTr("Sign a message or file contents with your address:") + translationManager.emptyString - fontSize: 18 + fontSize: 16 } Label {} } @@ -307,7 +307,7 @@ Rectangle { spacing: 8 Label { text: qsTr("Verify a message or file signature from an address:") + translationManager.emptyString - fontSize: 18 + fontSize: 16 } Label {} } @@ -442,7 +442,7 @@ Rectangle { width: mainLayout.labelWidth textFormat: Text.RichText text: qsTr("<style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style>\ - Signing address <font size='2'> ( Type in or select from </font> <a href='#'>Address</a><font size='2'> book )</font>") + Signing address <font size='2'> ( Paste in or select from </font> <a href='#'>Address book</a><font size='2'> )</font>") + translationManager.emptyString onLinkActivated: appWindow.showPageRequest("AddressBook") |
