diff options
author | Brad Jorsch <bjorsch@wikimedia.org> | 2018-07-17 15:23:25 -0400 |
---|---|---|
committer | Gergő Tisza <gtisza@wikimedia.org> | 2018-08-23 16:15:14 +0000 |
commit | a9033efb28ca6e0e2e4ccb7bf9e9103b8d474b26 (patch) | |
tree | 75334a09bd1eb9bc5c8410856efb6f48e72529b7 /languages/i18n/en.json | |
parent | c6205149049a9cb40c4c2d11ef610b6bdca5a606 (diff) | |
download | mediawikicore-a9033efb28ca6e0e2e4ccb7bf9e9103b8d474b26.tar.gz mediawikicore-a9033efb28ca6e0e2e4ccb7bf9e9103b8d474b26.zip |
MCR: Add temporary web UI mcrundo action
Since SDC doesn't actually require the edit form to handle multi-slot
editing, updating EditPage with its normal undo handling is being put
off for later. But in the mean time we still want some sort of "undo" to
work, hence this mcrundo that doesn't allow for editing.
Bug: T200216
Change-Id: I1f11d8ed141cb11576d2df883856d03e8f64bd38
Depends-On: Iedd9bf6c057e8b396a575bab700b15bd38b32cc9
Diffstat (limited to 'languages/i18n/en.json')
-rw-r--r-- | languages/i18n/en.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 47747b60902b..57b0cdedb273 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -3669,6 +3669,10 @@ "confirm-unwatch-top": "Remove this page from your watchlist?", "confirm-rollback-button": "OK", "confirm-rollback-top": "Revert edits to this page?", + "confirm-mcrundo-title": "Undo a change", + "mcrundofailed": "Undo failed", + "mcrundo-missingparam": "Missing required parameters on request.", + "mcrundo-changed": "The page has been changed since you viewed the diff. Please review the new change.", "semicolon-separator": "; ", "comma-separator": ", ", "colon-separator": ": ", |