Missed translations: namecoin and welcom message
This commit is contained in:
parent
bea675f9a6
commit
9836206402
|
@ -659,14 +659,12 @@ class MyForm(settingsmixin.SMainWindow):
|
||||||
self.rerenderTabTreeMessages()
|
self.rerenderTabTreeMessages()
|
||||||
|
|
||||||
# Set welcome message
|
# Set welcome message
|
||||||
self.ui.textEditInboxMessage.setText(
|
self.ui.textEditInboxMessage.setText(_translate("MainWindow", """
|
||||||
"""
|
|
||||||
Welcome to easy and secure Bitmessage
|
Welcome to easy and secure Bitmessage
|
||||||
* send messages to other people
|
* send messages to other people
|
||||||
* send broadcast messages like twitter or
|
* send broadcast messages like twitter or
|
||||||
* discuss in chan(nel)s with other people
|
* discuss in chan(nel)s with other people
|
||||||
"""
|
"""))
|
||||||
)
|
|
||||||
|
|
||||||
# Initialize the address book
|
# Initialize the address book
|
||||||
self.rerenderAddressBook()
|
self.rerenderAddressBook()
|
||||||
|
|
|
@ -16,6 +16,7 @@ SOURCES = ../addresses.py\
|
||||||
../helper_msgcoding.py\
|
../helper_msgcoding.py\
|
||||||
../helper_sent.py\
|
../helper_sent.py\
|
||||||
../helper_startup.py\
|
../helper_startup.py\
|
||||||
|
../namecoin.py\
|
||||||
../proofofwork.py\
|
../proofofwork.py\
|
||||||
../shared.py\
|
../shared.py\
|
||||||
../upnp.py\
|
../upnp.py\
|
||||||
|
|
Loading…
Reference in New Issue
Block a user