jenkins-bot has submitted this change and it was merged. Change subject: Fix grammar of action-patrol message ......................................................................
Fix grammar of action-patrol message Now I look at it, this one is just plain ungrammatical. "Others' edit" is nonsense in English. It's either "another's edit" (i.e. "another user's edit") or "others' edits". Change-Id: I659c04592fbc199bbf440ec959d742824535ec49 --- M languages/messages/MessagesEn.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Bartosz Dziewoński: Looks good to me, approved jenkins-bot: Verified diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 8139caa..897f639 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -2173,7 +2173,7 @@ 'action-rollback' => 'quickly rollback the edits of the last user who edited a particular page', 'action-import' => 'import pages from another wiki', 'action-importupload' => 'import pages from a file upload', -'action-patrol' => "mark others' edit as patrolled", +'action-patrol' => "mark others' edits as patrolled", 'action-autopatrol' => 'have your edit marked as patrolled', 'action-unwatchedpages' => 'view the list of unwatched pages', 'action-mergehistory' => 'merge the history of this page', -- To view, visit https://gerrit.wikimedia.org/r/86373 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I659c04592fbc199bbf440ec959d742824535ec49 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: TTO <[email protected]> Gerrit-Reviewer: Bartosz Dziewoński <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
