From 331f92b9949509973c572b2f67cb4b5f94be572e Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Wed, 31 May 2017 17:34:06 -0700 Subject: [PATCH] Change "...." (four dots) to "..." (three dots) in the only two messages that use it Bug: T166377 Change-Id: Ia47d7aa27bcaf1ede08d762b243d7fe605f8b43d --- languages/i18n/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 25879c8be4..e9ab77fad9 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -1436,13 +1436,13 @@ "rcfilters-filter-watchlist-notwatched-description": "Everything except changes to your Watchlisted pages.", "rcfilters-filtergroup-changetype": "Type of change", "rcfilters-filter-pageedits-label": "Page edits", - "rcfilters-filter-pageedits-description": "Edits to wiki content, discussions, category descriptions....", + "rcfilters-filter-pageedits-description": "Edits to wiki content, discussions, category descriptions…", "rcfilters-filter-newpages-label": "Page creations", "rcfilters-filter-newpages-description": "Edits that make new pages.", "rcfilters-filter-categorization-label": "Category changes", "rcfilters-filter-categorization-description": "Records of pages being added or removed from categories.", "rcfilters-filter-logactions-label": "Logged actions", - "rcfilters-filter-logactions-description": "Administrative actions, account creations, page deletions, uploads....", + "rcfilters-filter-logactions-description": "Administrative actions, account creations, page deletions, uploads…", "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.\"", -- 2.20.1