From: Ævar Arnfjörð Bjarmason Date: Mon, 24 Oct 2005 22:52:03 +0000 (+0000) Subject: * Changed msg:ignorewarning: 'Ignore warning and save file anyway.' => 'Ignore any... X-Git-Tag: 1.6.0~1330 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22suivi_revisions%22%29%20.%20%22?a=commitdiff_plain;h=50b96d5c35b807b2743995c1193d1151434ac82b;p=lhc%2Fweb%2Fwiklou.git * Changed msg:ignorewarning: 'Ignore warning and save file anyway.' => 'Ignore any warnings' --- diff --git a/languages/Language.php b/languages/Language.php index 6dddeaa849..e77b4dffe0 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 warning and save file anyway.', +'ignorewarning' => '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".',