Missed translations: namecoin and welcom message

This commit is contained in:
Dmitri Bogomolov 2017-03-05 23:07:18 +02:00
parent bea675f9a6
commit 9836206402
Signed by untrusted user: g1itch
GPG Key ID: 720A756F18DEED13
2 changed files with 3 additions and 4 deletions

View File

@ -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()

View File

@ -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\