mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeEditor
synced 2024-11-11 16:49:34 +00:00
Change "save" to "publish" in a message
The button says "Publish", so the message should be consistent. Change-Id: I43edca2b8f78f7fc2301115cd585b0991a3588cd
This commit is contained in:
parent
b73924e612
commit
d473f901e1
|
@ -8,7 +8,7 @@
|
|||
"codeeditor-desc": "Syntax-highlighted editing for JavaScript and CSS pages using [https://ace.c9.io/ Ace editor]",
|
||||
"codeeditor-next-annotation": "Go to next annotation",
|
||||
"codeeditor-toolbar-toggle": "Toggle code editor",
|
||||
"codeeditor-save-with-errors": "The document contains errors. Are you sure you want to save?",
|
||||
"codeeditor-save-with-errors": "The document contains errors. Are you sure you want to publish?",
|
||||
"codeeditor-invisibleChars-toggle": "Toggle invisible characters",
|
||||
"codeeditor-lineWrapping-toggle": "Toggle line wrapping",
|
||||
"codeeditor-searchReplace-toggle": "Toggle search and replace dialog",
|
||||
|
|
Loading…
Reference in a new issue