From d8592a0f73658dc2e5e7fb685a81f4dda9bfe843 Mon Sep 17 00:00:00 2001 From: Paul Date: Sat, 10 May 2014 13:55:03 +0100 Subject: [PATCH 1/1] fix %c and %x date/time formats --- po/en_GB.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/po/en_GB.po b/po/en_GB.po index a173ab26c..01989d071 100644 --- 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)" -- 2.25.1