Language fix : Stating -> Strating
This commit is contained in:
parent
23ec0f7e67
commit
7c65c92084
3 changed files with 3 additions and 3 deletions
|
@ -47,7 +47,7 @@ def run_bot(unload: list = []):
|
|||
loop = asyncio.get_event_loop()
|
||||
log = logging.getLogger()
|
||||
|
||||
print(Texts().get('Stating...'))
|
||||
print(Texts().get('Starting...'))
|
||||
|
||||
try:
|
||||
pool = loop.run_until_complete(
|
||||
|
|
|
@ -16,7 +16,7 @@ msgstr ""
|
|||
|
||||
|
||||
#: launcher.py:51
|
||||
msgid "Stating..."
|
||||
msgid "Starting..."
|
||||
msgstr ""
|
||||
|
||||
#: launcher.py:56 launcher.py:57
|
||||
|
|
|
@ -16,7 +16,7 @@ msgstr ""
|
|||
|
||||
|
||||
#: launcher.py:51
|
||||
msgid "Stating..."
|
||||
msgid "Starting..."
|
||||
msgstr "Démarrage..."
|
||||
|
||||
#: launcher.py:56 launcher.py:57
|
||||
|
|
Loading…
Reference in a new issue