fixed typo + translations updated
This commit is contained in:
parent
1f10b2d50c
commit
930159303c
|
@ -4093,7 +4093,7 @@ class addressGenerator(threading.Thread):
|
||||||
apiAddressGeneratorReturnQueue.put(
|
apiAddressGeneratorReturnQueue.put(
|
||||||
listOfNewAddressesToSendOutThroughTheAPI)
|
listOfNewAddressesToSendOutThroughTheAPI)
|
||||||
shared.UISignalQueue.put((
|
shared.UISignalQueue.put((
|
||||||
'updateStatusBar', _translate("MainWindows", "Done generating address")))
|
'updateStatusBar', _translate("MainWindow", "Done generating address")))
|
||||||
# shared.reloadMyAddressHashes()
|
# shared.reloadMyAddressHashes()
|
||||||
elif command == 'getDeterministicAddress':
|
elif command == 'getDeterministicAddress':
|
||||||
apiAddressGeneratorReturnQueue.put(address)
|
apiAddressGeneratorReturnQueue.put(address)
|
||||||
|
|
Binary file not shown.
|
@ -739,6 +739,11 @@ Il est important de faire des sauvegardes de ce fichier. Souhaitez-vous l'o
|
||||||
<source>Done generating address. Doing work necessary to broadcast it...</source>
|
<source>Done generating address. Doing work necessary to broadcast it...</source>
|
||||||
<translation>Génération de l'adresse terminée. Travail pour la diffuser en cours...</translation>
|
<translation>Génération de l'adresse terminée. Travail pour la diffuser en cours...</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../bitmessagemain.py" line="4095"/>
|
||||||
|
<source>Done generating address</source>
|
||||||
|
<translation>Génération de l'adresse terminée</translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>NewAddressDialog</name>
|
<name>NewAddressDialog</name>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user