diff options
| author | Leza89 <40437661+Leza89@users.noreply.github.com> | 2018-10-24 21:29:10 +0200 |
|---|---|---|
| committer | Leza89 <40437661+Leza89@users.noreply.github.com> | 2018-10-25 21:26:20 +0200 |
| commit | 85a3682ac6e143a8a8fb86139e0f3f7fac44040d (patch) | |
| tree | ed99e35b280b0f17a11a49ade24c44eb545e547b /translations/monero-core_hu.ts | |
| parent | 3aa6da058a697378d8b6ee0864a559c207a332e2 (diff) | |
| download | monzero-gui-85a3682ac6e143a8a8fb86139e0f3f7fac44040d.tar.gz monzero-gui-85a3682ac6e143a8a8fb86139e0f3f7fac44040d.tar.xz monzero-gui-85a3682ac6e143a8a8fb86139e0f3f7fac44040d.zip | |
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
Diffstat (limited to 'translations/monero-core_hu.ts')
| -rw-r--r-- | translations/monero-core_hu.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/translations/monero-core_hu.ts b/translations/monero-core_hu.ts index 8c8b7b4b..8c596a91 100644 --- a/translations/monero-core_hu.ts +++ b/translations/monero-core_hu.ts @@ -1257,8 +1257,8 @@ A régi gyorsítótár fájlja át lesz nevezve és bármikor visszaállítható </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>Új (figyelő) tárca létrehozása amivel csak tranzakciókat lehet keresni, de nem lehet tranzakciót indítani.</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">Új (figyelő) tárca létrehozása amivel csak tranzakciókat lehet keresni, de nem lehet tranzakciót indítani.</translation> </message> <message> <location filename="../pages/settings/SettingsWallet.qml" line="220"/> |
