From: Moriel Schottlender Date: Wed, 19 Apr 2017 21:39:24 +0000 (-0700) Subject: RCFilters UI: Change text for edit authorship group X-Git-Tag: 1.31.0-rc.0~3448^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/One?a=commitdiff_plain;h=bd8efe3769a1061887b38519b19bd8d815241ad6;p=lhc%2Fweb%2Fwiklou.git RCFilters UI: Change text for edit authorship group Bug: T149385 Change-Id: I96831b2a650eb0232013762675fb4c5bd325b6a9 --- diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 6db8d109f2..95052a300a 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -1386,11 +1386,11 @@ "rcfilters-filter-unregistered-label": "Unregistered", "rcfilters-filter-unregistered-description": "Editors who aren’t logged in.", "rcfilters-filter-unregistered-conflicts-user-experience-level": "This filter conflicts with the following Experience {{PLURAL:$2|filter|filters}}, which {{PLURAL:$2|finds|find}} only registered users: $1", - "rcfilters-filtergroup-authorship": "Edit authorship", - "rcfilters-filter-editsbyself-label": "Your own edits", - "rcfilters-filter-editsbyself-description": "Edits by you.", - "rcfilters-filter-editsbyother-label": "Edits by others", - "rcfilters-filter-editsbyother-description": "Edits created by other users (not you).", + "rcfilters-filtergroup-authorship": "Contribution authorship", + "rcfilters-filter-editsbyself-label": "Changes by you", + "rcfilters-filter-editsbyself-description": "Your own contributions.", + "rcfilters-filter-editsbyother-label": "Changes by others", + "rcfilters-filter-editsbyother-description": "All changes except your own.", "rcfilters-filtergroup-userExpLevel": "Experience level (for registered users only)", "rcfilters-filtergroup-user-experience-level-conflicts-unregistered": "Experience filters find only registered users, so this filter conflicts with the “Unregistered” filter.", "rcfilters-filtergroup-user-experience-level-conflicts-unregistered-global": "The \"Unregistered\" filter conflicts with one or more Experience filters, which find registered users only. The conflicting filters are marked in the Active Filters area, above.",