From a68d5a0b8dac69d6caaaadee808e21acf19e0d1d Mon Sep 17 00:00:00 2001 From: Dorian Turba Date: Mon, 16 Nov 2020 16:58:44 +0100 Subject: [PATCH] fix a string from "%" formating to ".format" --- evennia/locale/fr/LC_MESSAGES/django.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/evennia/locale/fr/LC_MESSAGES/django.po b/evennia/locale/fr/LC_MESSAGES/django.po index d22cde1e0d..5e635de37a 100644 --- a/evennia/locale/fr/LC_MESSAGES/django.po +++ b/evennia/locale/fr/LC_MESSAGES/django.po @@ -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"