From: This, that and the other Date: Sat, 31 Dec 2016 04:38:47 +0000 (+1100) Subject: Improve strings for the contentmodel log X-Git-Tag: 1.31.0-rc.0~4442 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=382214c966e1d2bd51dbb201098f803ada89e18b;p=lhc%2Fweb%2Fwiklou.git Improve strings for the contentmodel log Consistent terminology ("content model" not "contentmodel" or "Contentmodel"; "change" not "modification"; "non-default" not "non-standard") and clearer wording. Change-Id: Ia24f30713588a35d077f52e6b25f59cd8b1c7c2f --- diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 02831fcb80..2d7a53ee6f 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -2191,7 +2191,7 @@ "changecontentmodel-emptymodels-title": "No content models available", "changecontentmodel-emptymodels-text": "The content on [[:$1]] cannot be converted to any type.", "log-name-contentmodel": "Content model change log", - "log-description-contentmodel": "Events related to the content models of a page", + "log-description-contentmodel": "This page lists changes to the content model of pages, and pages that were created with a content model other than the default.", "logentry-contentmodel-new": "$1 {{GENDER:$2|created}} the page $3 using a non-default content model \"$5\"", "logentry-contentmodel-change": "$1 {{GENDER:$2|changed}} the content model of the page $3 from \"$4\" to \"$5\"", "logentry-contentmodel-change-revertlink": "revert", @@ -4124,7 +4124,7 @@ "sessionprovider-nocookies": "Cookies may be disabled. Ensure you have cookies enabled and start again.", "randomrootpage": "Random root page", "log-action-filter-block": "Type of block:", - "log-action-filter-contentmodel": "Type of contentmodel modification:", + "log-action-filter-contentmodel": "Type of content model change:", "log-action-filter-delete": "Type of deletion:", "log-action-filter-import": "Type of import:", "log-action-filter-managetags": "Type of tag management action:", @@ -4139,8 +4139,8 @@ "log-action-filter-block-block": "Block", "log-action-filter-block-reblock": "Block modification", "log-action-filter-block-unblock": "Unblock", - "log-action-filter-contentmodel-change": "Change of Contentmodel", - "log-action-filter-contentmodel-new": "Creation of page with non-standard Contentmodel", + "log-action-filter-contentmodel-change": "Change of content model", + "log-action-filter-contentmodel-new": "Creation of page with non-default content model", "log-action-filter-delete-delete": "Page deletion", "log-action-filter-delete-delete_redir": "Redirect overwrite", "log-action-filter-delete-restore": "Page undeletion",