talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit d8592a0f73658dc2e5e7fb685a81f4dda9bfe843
parent b9605200c936de4b5778f015fd70a6b33c6db992
Author: Paul <paul@claws-mail.org>
Date:   Sat, 10 May 2014 13:55:03 +0100

fix %c and %x date/time formats

Diffstat:
Mpo/en_GB.po | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/po/en_GB.po b/po/en_GB.po @@ -1397,12 +1397,12 @@ msgstr "" #: src/common/utils.c:5035 msgctxt "For use by strftime (default date+time format)" msgid "%a %b %e %H:%M:%S %Y" -msgstr "" +msgstr "%a %e %b %H:%M:%S %Y" #: src/common/utils.c:5036 msgctxt "For use by strftime (default date format)" msgid "%m/%d/%y" -msgstr "" +msgstr "%d/%m/%y" #: src/common/utils.c:5037 msgctxt "For use by strftime (default time format)"