diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-12-05 09:03:56 -0600 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-12-05 09:03:56 -0600 |
| commit | 8cd32987d4e37482aab052487d2e530ac52b3fc4 (patch) | |
| tree | 15985cb965b01727d0f5fa7c09652de290ff6a28 | |
| parent | 648b775a259fe2524e662560c0b61c4beede635c (diff) | |
| download | monzero-gui-8cd32987d4e37482aab052487d2e530ac52b3fc4.tar.gz monzero-gui-8cd32987d4e37482aab052487d2e530ac52b3fc4.tar.xz monzero-gui-8cd32987d4e37482aab052487d2e530ac52b3fc4.zip | |
Revert "Merge pull request #2526"
This reverts commit 457b1dee49a592619f5a339730921e18f46847a7, reversing
changes made to 7cca39ad48d14ed6d48ede3f245c1d4f2a5052cb.
| -rw-r--r-- | pages/Transfer.qml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pages/Transfer.qml b/pages/Transfer.qml index 3d0fbeb4..9c298773 100644 --- a/pages/Transfer.qml +++ b/pages/Transfer.qml @@ -52,7 +52,7 @@ Rectangle { property int mixin: 10 // (ring size 11) property string warningContent: "" property string sendButtonWarning: "" - property string startLinkText: qsTr("<style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style><font size='2'> </font><a href='#'>(Start daemon)</a>") + translationManager.emptyString + property string startLinkText: qsTr("<style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style><font size='2'> (</font><a href='#'>Start daemon</a><font size='2'>)</font>") + translationManager.emptyString property bool showAdvanced: false // @TODO: remove after pid removal hardfork property bool warningLongPidTransfer: false @@ -166,7 +166,7 @@ Rectangle { Layout.fillWidth: true inlineIcon: true labelText: qsTr("<style type='text/css'>a {text-decoration: none; color: #858585; font-size: 14px;}</style>\ - Amount <font size='2'> </font> <a href='#'>(Change account)</a>") + Amount <font size='2'> ( </font> <a href='#'>Change account</a><font size='2'> )</font>") + translationManager.emptyString copyButton: !isNaN(amountLine.text) && persistentSettings.fiatPriceEnabled copyButtonText: fiatApiCurrencySymbol() + " ~" + fiatApiConvertToFiat(amountLine.text) @@ -250,7 +250,7 @@ Rectangle { spacing: 0 fontBold: true labelText: qsTr("<style type='text/css'>a {text-decoration: none; color: #858585; font-size: 14px;}</style>\ - Address <font size='2'> </font> <a href='#'>(Address book)</a>") + Address <font size='2'> ( </font> <a href='#'>Address book</a><font size='2'> )</font>") + translationManager.emptyString labelButtonText: qsTr("Resolve") + translationManager.emptyString placeholderText: { |
