mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-19 16:57:27 -04:00
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:
@@ -1259,8 +1259,8 @@ The old wallet cache file will be renamed and can be restored later.
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/settings/SettingsWallet.qml" line="185"/>
|
||||
<source>Creates a new wallet that can only view transactions, cannot initialize transactions.</source>
|
||||
<translation>انشاء محفظه يمكنها فقط رؤيه المعملات ولا يمكنها القيام بمعاملات.</translation>
|
||||
<source>Creates a new wallet that can only view and initiate transactions, but requires a spendable wallet to sign transactions before sending.</source>
|
||||
<translation type="unfinished">انشاء محفظه يمكنها فقط رؤيه المعملات ولا يمكنها القيام بمعاملات.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/settings/SettingsWallet.qml" line="220"/>
|
||||
|
||||
Reference in New Issue
Block a user