diff options
author | Bartosz Dziewoński <matma.rex@gmail.com> | 2018-08-01 03:13:18 +0200 |
---|---|---|
committer | Bartosz Dziewoński <matma.rex@gmail.com> | 2018-08-01 16:19:55 +0200 |
commit | 26bb9d9b23eb2075eefca2097ca393a9d4aa3264 (patch) | |
tree | d2f5412fece38dce428782c7fb0216c9df9a80cc /languages/i18n/en.json | |
parent | 3c4f47cd8cc63dbc0ac31984108874deb2e6f078 (diff) | |
download | mediawikicore-26bb9d9b23eb2075eefca2097ca393a9d4aa3264.tar.gz mediawikicore-26bb9d9b23eb2075eefca2097ca393a9d4aa3264.zip |
LogFormatter: Fail softer when trying to link an invalid titles
Old log entries contain titles that used to be valid, but now are not.
Bug: T185049
Change-Id: Ia66d901aedf1b385574b3910b29f020b3fd4bd97
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 edc18bb0c2a8..50b85ef15aaa 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -376,6 +376,7 @@ "ns-specialprotected": "Special pages cannot be edited.", "titleprotected": "This title has been protected from creation by [[User:$1|$1]].\nThe reason given is <em>$2</em>.", "filereadonlyerror": "Unable to modify the file \"$1\" because the file repository \"$2\" is in read-only mode.\n\nThe system administrator who locked it offered this explanation: \"$3\".", + "invalidtitle": "Invalid title", "invalidtitle-knownnamespace": "Invalid title with namespace \"$2\" and text \"$3\"", "invalidtitle-unknownnamespace": "Invalid title with unknown namespace number $1 and text \"$2\"", "exception-nologin": "Not logged in", |