From: James D. Forrester Date: Wed, 19 Jul 2017 19:01:31 +0000 (-0700) Subject: RC Filters: Tweak i18n for latest/not latest revision filter X-Git-Tag: 1.31.0-rc.0~2656^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/?a=commitdiff_plain;h=98693c6d200a8cc762edcac4471820cc287421a7;p=lhc%2Fweb%2Fwiklou.git RC Filters: Tweak i18n for latest/not latest revision filter Bug: T166600 Change-Id: I5237cb0f87b3a340eb3fb8198a4ba39d679c6fe3 --- diff --git a/languages/i18n/en.json b/languages/i18n/en.json index e0ac82960d..43d579df9b 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -1436,11 +1436,11 @@ "rcfilters-hideminor-conflicts-typeofchange-global": "The \"Minor edits\" filter conflicts with one or more Type of change filters, because certain types of change cannot be designated as \"minor\". The conflicting filters are marked in the Active filters area, above.", "rcfilters-hideminor-conflicts-typeofchange": "Certain types of change cannot be designated as \"minor\", so this filter conflicts with the following Type of Change filters: $1", "rcfilters-typeofchange-conflicts-hideminor": "This Type of change filter conflicts with the \"Minor edits\" filter. Certain types of change cannot be designated as \"minor\".", - "rcfilters-filtergroup-lastRevision": "Last revision", - "rcfilters-filter-lastrevision-label": "Last revision", - "rcfilters-filter-lastrevision-description": "The most recent change to a page.", - "rcfilters-filter-previousrevision-label": "Earlier revisions", - "rcfilters-filter-previousrevision-description": "All changes that are not the most recent change to a page.", + "rcfilters-filtergroup-lastRevision": "Latest revisions", + "rcfilters-filter-lastrevision-label": "Latest revision", + "rcfilters-filter-lastrevision-description": "Only the most recent change to a page.", + "rcfilters-filter-previousrevision-label": "Not the latest revision", + "rcfilters-filter-previousrevision-description": "All changes that are not the \"latest revision\".", "rcfilters-filter-excluded": "Excluded", "rcfilters-tag-prefix-namespace": ":$1", "rcfilters-tag-prefix-namespace-inverted": ":not $1",