diff options
author | erciccione <erciccione@users.noreply.github.com> | 2018-02-16 16:58:53 +0100 |
---|---|---|
committer | erciccione <erciccione@users.noreply.github.com> | 2018-02-16 16:58:53 +0100 |
commit | 264a875685cf2267f0bde2a83bf27d6416e38616 (patch) | |
tree | fce7a8d80a5e99076f7be52c4be1f3620fc8a534 /translations/monero_it.ts | |
parent | Merge pull request #3196 (diff) | |
download | monero-264a875685cf2267f0bde2a83bf27d6416e38616.tar.xz |
fix build error removing <> from payment_id
Diffstat (limited to 'translations/monero_it.ts')
-rw-r--r-- | translations/monero_it.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/translations/monero_it.ts b/translations/monero_it.ts index d0cc40304..b611f0917 100644 --- a/translations/monero_it.ts +++ b/translations/monero_it.ts @@ -527,8 +527,8 @@ </message> <message> <location filename="../src/simplewallet/simplewallet.cpp" line="710"/> - <source>sweep_below <amount_threshold> [mixin] address [<payment_id>] - Send all unlocked outputs below the threshold to an address</source> - <translation>sweep_below <amount_threshold> [mixin] address [<payment_id>] - Invia tutti gli outputs sbloccati sotto la soglia specificata a un indirizzo</translation> + <source>sweep_below <amount_threshold> [mixin] address [payment_id] - Send all unlocked outputs below the threshold to an address</source> + <translation>sweep_below <amount_threshold> [mixin] address [payment_id] - Invia tutti gli outputs sbloccati sotto la soglia specificata a un indirizzo</translation> </message> <message> <location filename="../src/simplewallet/simplewallet.cpp" line="727"/> @@ -952,8 +952,8 @@ Questa transazione verrĂ sbloccata al blocco %llu, in approssimativamente %s gi </message> <message> <location filename="../src/simplewallet/simplewallet.cpp" line="709"/> - <source>sweep_all [mixin] address [<payment_id>] - Send all unlocked balance to an address</source> - <translation>sweep_all [mixin] address [<payment_id>] - Manda tutto il bilancio sbloccato ad un indirizzo</translation> + <source>sweep_all [mixin] address [payment_id] - Send all unlocked balance to an address</source> + <translation>sweep_all [mixin] address [payment_id] - Manda tutto il bilancio sbloccato ad un indirizzo</translation> </message> <message> <location filename="../src/simplewallet/simplewallet.cpp" line="711"/> |