forked from Public/monero-gui
Correction of View-Only Wallet description (see Issue #1610)
* changed
<location filename="../pages/settings/SettingsWallet.qml" line="185"/>
<source>Creates a new wallet that can only view transactions, cannot initialize transactions.</source>
to
"Creates a new wallet that can only view and initiate transactions, but requires a spendable wallet to sign transactions before sending"
in /pages/settings/SettingsWallet.qml (Thanks for the guidance, Erciccione)
* Updated all translations and added "unfinished" tag where necessary
* Updated german translation
This commit is contained in:
@@ -182,7 +182,7 @@ Rectangle {
|
||||
textMargin: 0
|
||||
leftPadding: 0
|
||||
topPadding: 0
|
||||
text: qsTr("Creates a new wallet that can only view transactions, cannot initialize transactions.") + translationManager.emptyString
|
||||
text: qsTr("Creates a new wallet that can only view and initiate transactions, but requires a spendable wallet to sign transactions before sending.") + translationManager.emptyString
|
||||
width: parent.width
|
||||
readOnly: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user