diff options
| author | Jonathan Cross <jcross@gmail.com> | 2017-12-01 15:38:57 +0100 |
|---|---|---|
| committer | Jonathan Cross <jcross@gmail.com> | 2017-12-01 15:38:57 +0100 |
| commit | 7ba6eac43a55367748e52f6a86d07dae5fe373da (patch) | |
| tree | d367293bb9b8af28b2550a9398a5367a39ae5399 /pages/Sign.qml | |
| parent | c1ac91d926022da656373a934e0239498efc735e (diff) | |
| download | monzero-gui-7ba6eac43a55367748e52f6a86d07dae5fe373da.tar.gz monzero-gui-7ba6eac43a55367748e52f6a86d07dae5fe373da.tar.xz monzero-gui-7ba6eac43a55367748e52f6a86d07dae5fe373da.zip | |
Cleanup html/css in text to be translated.
Diffstat (limited to 'pages/Sign.qml')
| -rw-r--r-- | pages/Sign.qml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/pages/Sign.qml b/pages/Sign.qml index 3c57fac7..69862ada 100644 --- a/pages/Sign.qml +++ b/pages/Sign.qml @@ -383,9 +383,12 @@ Rectangle { Text { id: verifyAddressLabel - text: qsTr("<style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: %1px;}</style>\ - Signing address <font size='%2'> ( Paste in or select from </font> <a href='#'>Address book</a><font size='%3'> )</font>").arg(14 * scaleRatio).arg(2 * scaleRatio).arg(2 * scaleRatio) - + translationManager.emptyString + text: "<style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: " + (14 * scaleRatio) + "px;}</style>" + + qsTr("Signing address") + + "<font size='" + (2 * scaleRatio) + "'> ( " + + qsTr("Paste in or select from <a href='#'>Address book</a>") + + " )</font>" + + translationManager.emptyString wrapMode: Text.Wrap font.pixelSize: 14 * scaleRatio Layout.fillWidth: true |
