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()
|
||||
|
||||
# Set welcome message
|
||||
self.ui.textEditInboxMessage.setText(
|
||||
"""
|
||||
self.ui.textEditInboxMessage.setText(_translate("MainWindow", """
|
||||
Welcome to easy and secure Bitmessage
|
||||
* send messages to other people
|
||||
* send broadcast messages like twitter or
|
||||
* discuss in chan(nel)s with other people
|
||||
"""
|
||||
)
|
||||
"""))
|
||||
|
||||
# Initialize the address book
|
||||
self.rerenderAddressBook()
|
||||
|
|
|
@ -16,6 +16,7 @@ SOURCES = ../addresses.py\
|
|||
../helper_msgcoding.py\
|
||||
../helper_sent.py\
|
||||
../helper_startup.py\
|
||||
../namecoin.py\
|
||||
../proofofwork.py\
|
||||
../shared.py\
|
||||
../upnp.py\
|
||||
|
|
Loading…
Reference in New Issue
Block a user