From: Ævar Arnfjörð Bjarmason Date: Mon, 24 Oct 2005 23:09:33 +0000 (+0000) Subject: * Renamed msg:ignorewarning to msg:ignorewarnings, to avoid issues with stale message... X-Git-Tag: 1.6.0~1327 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/?a=commitdiff_plain;h=0f03f8971f55b35f6482f8eacc7fb10075758741;p=lhc%2Fweb%2Fwiklou.git * Renamed msg:ignorewarning to msg:ignorewarnings, to avoid issues with stale messages in the cache --- diff --git a/languages/Language.php b/languages/Language.php index e77b4dffe0..1d875fa1c9 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -1022,7 +1022,7 @@ To include the image in a page, use a link in the form 'copyrightpage' => "Project:Copyrights", 'copyrightpagename' => "{{SITENAME}} copyright", 'uploadedfiles' => 'Uploaded files', -'ignorewarning' => 'Ignore any warnings', +'ignorewarnings' => 'Ignore any warnings', 'minlength' => 'File names must be at least three letters.', 'illegalfilename' => 'The filename "$1" contains characters that are not allowed in page titles. Please rename the file and try uploading it again.', 'badfilename' => 'File name has been changed to "$1".',