Small grammer fixes

This commit is contained in:
Andrew (anoa) 2017-08-04 15:02:24 -07:00
parent bfd57561b7
commit c1aff56cf2
No known key found for this signature in database
GPG key ID: 174BEAB009FD176D
14 changed files with 28 additions and 28 deletions

View file

@ -103,7 +103,7 @@ class UiWebsocket(object):
if file_server.port_opened is True:
self.site.notifications.append([
"done",
_["Congratulation, your port <b>{0}</b> is opened.<br>You are full member of ZeroNet network!"].format(config.fileserver_port),
_["Congratulations, your port <b>{0}</b> is opened.<br>You are a full member of the ZeroNet network!"].format(config.fileserver_port),
10000
])
elif config.tor == "always" and file_server.tor_manager.start_onions:
@ -138,7 +138,7 @@ class UiWebsocket(object):
"error",
_(u"""
{_[Your connection is restricted. Please, open <b>{0}</b> port on your router]}<br>
{_[or configure Tor to become full member of ZeroNet network.]}
{_[or configure Tor to become a full member of the ZeroNet network.]}
""").format(config.fileserver_port),
0
])