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.ts | |
parent | Merge pull request #3196 (diff) | |
download | monero-264a875685cf2267f0bde2a83bf27d6416e38616.tar.xz |
fix build error removing <> from payment_id
Diffstat (limited to 'translations/monero.ts')
-rw-r--r-- | translations/monero.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/translations/monero.ts b/translations/monero.ts index 5ca882bb3..8a09b4394 100644 --- a/translations/monero.ts +++ b/translations/monero.ts @@ -527,7 +527,7 @@ </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> + <source>sweep_below <amount_threshold> [mixin] address [payment_id] - Send all unlocked outputs below the threshold to an address</source> <translation type="unfinished"></translation> </message> <message> @@ -961,7 +961,7 @@ This transaction will unlock on block %llu, in approximately %s days (assuming 2 </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> + <source>sweep_all [mixin] address [payment_id] - Send all unlocked balance to an address</source> <translation type="unfinished"></translation> </message> <message> |