Messages: Remove 'visualeditor-donebutton-tooltip'

This was removed from the code a while ago when we switched
to a single toolbar on mobile.

Change-Id: Ic2a807bd8e17a692ad3a6974bbb3028fa1d2d434
This commit is contained in:
Ed Sanders 2022-05-18 01:06:45 +01:00
parent ffa2d2d9d2
commit e9b29e7714
3 changed files with 1 additions and 4 deletions

View file

@ -549,8 +549,7 @@
"ext.visualEditor.mwsave"
],
"messages": [
"visualeditor-backbutton-tooltip",
"visualeditor-donebutton-tooltip"
"visualeditor-backbutton-tooltip"
],
"targets": [
"mobile"

View file

@ -254,7 +254,6 @@
"visualeditor-dialogbutton-media-tooltip": "Images and media",
"visualeditor-dialogbutton-meta-tooltip": "Page settings",
"visualeditor-dialogbutton-template-tooltip": "Template",
"visualeditor-donebutton-tooltip": "Done editing",
"visualeditor-editconflict": "Your changes could not be saved because of an edit conflict. Would {{GENDER:|you}} like to resolve the conflict manually?",
"visualeditor-editingtabdialog-body": "{{SITENAME}} now remembers which editor you prefer. You can switch edit modes as you edit, and change your preference later.",
"visualeditor-editingtabdialog-ok": "Use the editor I used in my last edit",

View file

@ -273,7 +273,6 @@
"visualeditor-dialogbutton-media-tooltip": "Tooltip for adding images and media on page",
"visualeditor-dialogbutton-meta-tooltip": "{{Identical|Page settings}}",
"visualeditor-dialogbutton-template-tooltip": "{{Identical|Template}}",
"visualeditor-donebutton-tooltip": "Tooltip text for done editing button in mobile, closing the edit toolbar and blurring the surface.",
"visualeditor-editconflict": "Alert message when saving a page causes an edit conflict",
"visualeditor-editingtabdialog-body": "Text shown to users to explain the single edit tab and give them the option to change. You can use <nowiki>{{GENDER:}}</nowiki> to refer to the current user.",
"visualeditor-editingtabdialog-ok": "Label of the button shown to users in the editing tab dialog to close the dialog and leave the default preference.",