diff options
author | Randi Joseph <randi@codehalo.com> | 2016-12-13 10:21:38 -0500 |
---|---|---|
committer | Randi Joseph <randi@codehalo.com> | 2016-12-13 10:21:38 -0500 |
commit | b2adfa8c514b9015412f2c13429928ccc038f0ba (patch) | |
tree | ab5d7599825e8428284effcc5a9fb24f91da6a5b /translations | |
parent | Merge pull request #1436 (diff) | |
download | monero-b2adfa8c514b9015412f2c13429928ccc038f0ba.tar.xz |
Bitmonero namespace renamed Monero. Bitmonero namespace alias added so that third party uses of the wallet api can transition.
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> |