mirror of
https://github.com/evennia/evennia.git
synced 2026-03-25 01:06:32 +01:00
fix a string from "%" formating to ".format"
This commit is contained in:
parent
36d735d1de
commit
a68d5a0b8d
1 changed files with 2 additions and 2 deletions
|
|
@ -35,8 +35,8 @@ msgstr "La commande '{command}' n'est pas disponible."
|
|||
|
||||
#: .\commands\cmdhandler.py:709
|
||||
#, python-format
|
||||
msgid " Maybe you meant %s?"
|
||||
msgstr " Vouliez-vous dire %s ?"
|
||||
msgid " Maybe you meant {command}?"
|
||||
msgstr " Vouliez-vous dire {command} ?"
|
||||
|
||||
#: .\commands\cmdhandler.py:709
|
||||
msgid "or"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue