mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 22:35:41 +00:00
Merge "Inform users visual diffs are in beta"
This commit is contained in:
commit
2398ae1f3f
|
@ -386,7 +386,7 @@
|
|||
"visualeditor-savedialog-label-save-short": "Save",
|
||||
"visualeditor-savedialog-label-warning": "Warning",
|
||||
"visualeditor-savedialog-review-nosummary": "No edit summary",
|
||||
"visualeditor-savedialog-review-visual": "Visual",
|
||||
"visualeditor-savedialog-review-visual": "Visual (beta)",
|
||||
"visualeditor-savedialog-review-wikitext": "Wikitext",
|
||||
"visualeditor-savedialog-title-conflict": "Conflict",
|
||||
"visualeditor-savedialog-title-preview": "Preview your changes",
|
||||
|
|
|
@ -399,7 +399,7 @@
|
|||
"visualeditor-savedialog-label-save-short": "Short label text for save button on private wikis for use on width-restricted devices like mobile phones. This should be as short as possible.\n{{Identical|Save}}",
|
||||
"visualeditor-savedialog-label-warning": "Label in front of a save dialog warning sentence, separated by {{msg-mw|colon-separator}}.\n{{Identical|Warning}}",
|
||||
"visualeditor-savedialog-review-nosummary": "Message shown when no edit summary was provided.",
|
||||
"visualeditor-savedialog-review-visual": "Label for button to select visual diff mode.\n{{Identical|Visual}}",
|
||||
"visualeditor-savedialog-review-visual": "Label for button to select visual diff mode, with a note that this mode is in beta.\n{{Identical|Visual}}",
|
||||
"visualeditor-savedialog-review-wikitext": "Label for button to select wikitext diff mode.\n{{Identical|Wikitext}}",
|
||||
"visualeditor-savedialog-title-conflict": "Title for save dialog slide if there is an edit conflict\n{{Identical|Conflict}}",
|
||||
"visualeditor-savedialog-title-preview": "Title for save dialog slide for the HTML preview from wikitext mode",
|
||||
|
|
Loading…
Reference in a new issue