From: Amire80 Date: Mon, 17 Apr 2017 14:14:26 +0000 (+0300) Subject: Changed "modified" to "edited" X-Git-Tag: 1.31.0-rc.0~3496 X-Git-Url: http://git.cyclocoop.org/wiki/Target_page?a=commitdiff_plain;h=365f469749a5298c42f6a08e2022bfdf314ed7fd;p=lhc%2Fweb%2Fwiklou.git Changed "modified" to "edited" There were two messages that said "This page was last modified etc.". They are now "This page was last edited". The word "modify" is used elsewhere in MediaWiki messages for things other than editing a page, like uploaded files, databases, and configuration, whereas actual pages are edited and not modified. Change-Id: I79b68bbec35f7747cd2a27c1a29e154139e3ab76 --- diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 9ab562b165..22af3496c1 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -222,7 +222,7 @@ "redirectpagesub": "Redirect page", "redirectto": "Redirect to:", "talkpageheader": "-", - "lastmodifiedat": "This page was last modified on $1, at $2.", + "lastmodifiedat": "This page was last edited on $1, at $2.", "viewcount": "This page has been accessed {{PLURAL:$1|once|$1 times}}.", "protectedpage": "Protected page", "jumpto": "Jump to:", @@ -2888,7 +2888,7 @@ "anonymous": "Anonymous {{PLURAL:$1|user|users}} of {{SITENAME}}", "siteuser": "{{SITENAME}} user $1", "anonuser": "{{SITENAME}} anonymous user $1", - "lastmodifiedatby": "This page was last modified $2, $1 by $3.", + "lastmodifiedatby": "This page was last edited $2, $1 by $3.", "othercontribs": "Based on work by $1.", "others": "others", "siteusers": "{{SITENAME}} {{PLURAL:$2|{{GENDER:$1|user}}|users}} $1",