From: Siebrand Mazeland Date: Tue, 27 Nov 2012 18:36:03 +0000 (+0100) Subject: Fix syntax error. X-Git-Tag: 1.31.0-rc.0~21496 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=f46b3e1e82cc0d44d95f1967cd1bfd54746f6642;p=lhc%2Fweb%2Fwiklou.git Fix syntax error. HOW COULD THIS HAVE BEEN MERGED?!? Change-Id: I4c5047c9a5403fffa38e61e0b315cae55ea52eee --- diff --git a/languages/messages/MessagesQqq.php b/languages/messages/MessagesQqq.php index f032064e0b..c7274d3162 100644 --- a/languages/messages/MessagesQqq.php +++ b/languages/messages/MessagesQqq.php @@ -5051,3 +5051,5 @@ $4 is the gender of the target user.', * $1 is an unknown warning.', 'api-error-uploaddisabled' => 'API error message that can be used for client side localisation of API errors.', 'api-error-verification-error' => 'The word "extension" refers to the part behind the last dot in a file name, that by convention gives a hint about the kind of data format which a files contents are in.', + +);