mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-04 08:37:25 -04:00
dynamic translation support. closes #24
This commit is contained in:
@@ -78,8 +78,8 @@ Item {
|
||||
|
||||
WizardManageWalletUI {
|
||||
id: uiItem
|
||||
titleText: qsTr("A new wallet has been created for you")
|
||||
wordsTextTitle: qsTr("This is the 25 word mnemonic for your wallet")
|
||||
titleText: qsTr("A new wallet has been created for you") + translationManager.emptyString
|
||||
wordsTextTitle: qsTr("This is the 25 word mnemonic for your wallet") + translationManager.emptyString
|
||||
wordsTextItem.clipboardButtonVisible: true
|
||||
wordsTextItem.tipTextVisible: true
|
||||
wordsTextItem.memoTextReadOnly: true
|
||||
|
||||
Reference in New Issue
Block a user