mark some strings as translatable

This commit is contained in:
erciccione
2018-06-26 13:28:31 +03:00
parent cd46edb23f
commit 53c3151a23
6 changed files with 11 additions and 11 deletions

View File

@@ -90,7 +90,7 @@ Rectangle {
Layout.topMargin: 12 * scaleRatio
Layout.preferredWidth: statusRect.width - 80
Layout.leftMargin: 6
text: qsTr("WARNING: Do not reuse your Monero keys on another fork, UNLESS this fork has key reuse mitigations built in. Doing so will harm your privacy." + translationManager.emptyString)
text: qsTr("WARNING: Do not reuse your Monero keys on another fork, UNLESS this fork has key reuse mitigations built in. Doing so will harm your privacy.") + translationManager.emptyString
wrapMode: Text.Wrap
font.family: Style.fontRegular.name
font.pixelSize: 15 * scaleRatio