From e49fc52d397de1e931ab3e802dc522fb58073bb3 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Tue, 10 Apr 2012 14:00:39 +0200 Subject: [PATCH] Fix typo in 'filereadonlyerror'. We do pre-merge review, don't we? Change-Id: I18516d7c9676bf02e58865c545252e718014e0b9 --- languages/messages/MessagesEn.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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".', -- 2.20.1