From: Siebrand Mazeland Date: Tue, 10 Apr 2012 12:00:39 +0000 (+0200) Subject: Fix typo in 'filereadonlyerror'. X-Git-Tag: 1.31.0-rc.0~23953 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=e49fc52d397de1e931ab3e802dc522fb58073bb3;p=lhc%2Fweb%2Fwiklou.git Fix typo in 'filereadonlyerror'. We do pre-merge review, don't we? Change-Id: I18516d7c9676bf02e58865c545252e718014e0b9 --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 62065dd1f3..6b07bc692f 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -999,7 +999,7 @@ Please report this to an [[Special:ListUsers/sysop|administrator]], making note 'directorycreateerror' => 'Could not create directory "$1".', 'filenotfound' => 'Could not find file "$1".', 'fileexistserror' => 'Unable to write to file "$1": File exists.', -'filereadonlyerror' => 'Unable to the modify the file "$1" because the file repository "$2" is in read-only mode. +'filereadonlyerror' => 'Unable to modify the file "$1" because the file repository "$2" is in read-only mode. The administrator who locked it offered this explanation: "$3".', 'unexpected' => 'Unexpected value: "$1"="$2".',