From d065551cff4bd50091e83fcd4eef05d09182236a Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Tue, 21 Feb 2017 22:39:32 +0100 Subject: [PATCH] Fix broken ar-Arab staff po file misc/translator/po/ar-Arab-staff-prog.po:8952: 'msgstr' is not a valid C format string, unlike 'msgid'. Reason: The character that terminates the directive number 18 is not a valid conversion specifier. msgfmt: found 1 fatal error 8098 translated messages. --- misc/translator/po/ar-Arab-staff-prog.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/translator/po/ar-Arab-staff-prog.po b/misc/translator/po/ar-Arab-staff-prog.po index 12f7c30705..1727a315f0 100644 --- a/misc/translator/po/ar-Arab-staff-prog.po +++ b/misc/translator/po/ar-Arab-staff-prog.po @@ -8937,7 +8937,7 @@ msgstr "' %%]%s %sقالب: [%% '" #. %22$s: ELSIF ( error == 202 ) #. %23$s: ELSIF ( error == 203 ) #: intranet-tmpl/prog/en/includes/patroncards-errors.inc:12 -#, c-format +#, c-format, fuzzy msgid "" "' %%]%s Please have your system administrator check the error log for " "details. %s %s The database returned an error while %ssaving %s %s" -- 2.39.5