diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-12-13 19:13:09 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-12-13 19:13:09 +0200 |
commit | 183d3657f34e539d312743ae68c32a3737b00e58 (patch) | |
tree | 3bc67dda35664a5061e8a6da4bfad701eb588317 /translations | |
parent | Merge pull request #1437 (diff) | |
parent | Bitmonero namespace renamed Monero. Bitmonero namespace alias added so that t... (diff) | |
download | monero-183d3657f34e539d312743ae68c32a3737b00e58.tar.xz |
Merge pull request #1446
b2adfa8c Bitmonero namespace renamed Monero. Bitmonero namespace alias added so that third party uses of the wallet api can transition. (Randi Joseph)
Diffstat (limited to 'translations')
-rw-r--r-- | translations/monero.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/translations/monero.ts b/translations/monero.ts index f38564244..3a366f5fe 100644 --- a/translations/monero.ts +++ b/translations/monero.ts @@ -2,7 +2,7 @@ <!DOCTYPE TS> <TS version="2.0"> <context> - <name>Bitmonero::PendingTransactionImpl</name> + <name>Monero::PendingTransactionImpl</name> <message> <location filename="../src/wallet/api/pending_transaction.cpp" line="95"/> <source>daemon is busy. Please try again later.</source> @@ -30,7 +30,7 @@ </message> </context> <context> - <name>Bitmonero::WalletImpl</name> + <name>Monero::WalletImpl</name> <message> <location filename="../src/wallet/api/wallet.cpp" line="609"/> <source>payment id has invalid format, expected 16 or 64 character hex string: </source> @@ -145,7 +145,7 @@ </message> </context> <context> - <name>Bitmonero::WalletManagerImpl</name> + <name>Monero::WalletManagerImpl</name> <message> <location filename="../src/wallet/api/wallet_manager.cpp" line="161"/> <source>failed to parse txid</source> |