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
|
#: .\commands\cmdhandler.py:709
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid " Maybe you meant %s?"
|
msgid " Maybe you meant {command}?"
|
||||||
msgstr " Vouliez-vous dire %s ?"
|
msgstr " Vouliez-vous dire {command} ?"
|
||||||
|
|
||||||
#: .\commands\cmdhandler.py:709
|
#: .\commands\cmdhandler.py:709
|
||||||
msgid "or"
|
msgid "or"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue