Fix English typos

Fixed a typo in English translation, needing to regenerate locales because of changed msgid
Fixed typo in onlinehashcrack plugin logging

Signed-off-by: xBelladonna <isabelladonnamoore@users.noreply.github.com>
This commit is contained in:
xBelladonna
2020-01-15 07:54:22 +09:30
parent 8be643b2e0
commit 717cb02743
45 changed files with 25 additions and 25 deletions

View File

@ -157,7 +157,7 @@ class Voice:
return self._('You have {count} new message{plural}!').format(count=count, plural=s)
def on_rebooting(self):
return self._("Ops, something went wrong ... Rebooting ...")
return self._("Oops, something went wrong ... Rebooting ...")
def on_last_session_data(self, last_session):
status = self._('Kicked {num} stations\n').format(num=last_session.deauthed)