new translatable string in bitmessagemain

This commit is contained in:
Gatien Bovyn 2013-06-13 20:57:35 +02:00
parent 45ac908b1e
commit 1f10b2d50c
1 changed files with 1 additions and 1 deletions

View File

@ -4093,7 +4093,7 @@ class addressGenerator(threading.Thread):
apiAddressGeneratorReturnQueue.put(
listOfNewAddressesToSendOutThroughTheAPI)
shared.UISignalQueue.put((
'updateStatusBar', 'Done generating address'))
'updateStatusBar', _translate("MainWindows", "Done generating address")))
# shared.reloadMyAddressHashes()
elif command == 'getDeterministicAddress':
apiAddressGeneratorReturnQueue.put(address)