diff options
author | petarpetkovic <ppetkovic@wikimedia.org> | 2017-10-31 16:36:14 +0100 |
---|---|---|
committer | petarpetkovic <ppetkovic@wikimedia.org> | 2017-11-01 22:14:40 +0100 |
commit | 55c47368834161ba5b7fa9415716d41b0073332e (patch) | |
tree | 93afa0fcb654f4151c893f92bf4ac441755adf18 /languages/i18n/en.json | |
parent | 66c9faccb78440fbebd2f07863a1218fce57a620 (diff) | |
download | mediawikicore-55c47368834161ba5b7fa9415716d41b0073332e.tar.gz mediawikicore-55c47368834161ba5b7fa9415716d41b0073332e.zip |
More specific warning when RC page fails to load
- Provide more specific message when the page fails to load
(when the connection drops for any reason), replacing the current message,
which says misleadingly that no results could be found.
- Center warning messages horizontally.
Bug: T177413
Change-Id: Ie2bc4fe4bd19103b513e4753e59f4adb295fbafa
Diffstat (limited to 'languages/i18n/en.json')
-rw-r--r-- | languages/i18n/en.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/languages/i18n/en.json b/languages/i18n/en.json index e4aa867b327a..27bc813eb991 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -1340,6 +1340,7 @@ "recentchangestext": "-", "recentchanges-noresult": "No changes during the given period match these criteria.", "recentchanges-timeout": "This search has timed out. You may wish to try different search parameters.", + "recentchanges-network": "Due to a technical error, no results could be loaded. Please try refreshing the page.", "recentchanges-feed-description": "Track the most recent changes to the wiki in this feed.", "recentchanges-label-newpage": "This edit created a new page", "recentchanges-label-minor": "This is a minor edit", |