Re-label the formula inspector to not be LaTeX

Because users like to understand labels.

Bug: 53251
Change-Id: Iab24371161f278f07e516478a864d957859c32ae
This commit is contained in:
James D. Forrester 2013-12-11 13:05:27 -08:00
parent 942946cec1
commit 68d077fa70
2 changed files with 2 additions and 2 deletions

View file

@ -109,7 +109,7 @@
"visualeditor-mweditmodesource-title": "Switch to source editing",
"visualeditor-mweditmodesource-warning": "You are about to switch to source editing.\nAny changes you've made to this document will be kept, but you will not be able switch back to VisualEditor without saving or reloading the page.\nDo you want to continue?",
"visualeditor-mwhieroinspector-title": "Hieroglyphics",
"visualeditor-mwmathinspector-title": "LaTeX",
"visualeditor-mwmathinspector-title": "Formula",
"visualeditor-notification-created": "\"$1\" has been created.",
"visualeditor-notification-restored": "\"$1\" has been restored.",
"visualeditor-notification-saved": "Your changes to \"$1\" have been saved.",

View file

@ -112,7 +112,7 @@
"visualeditor-mweditmodesource-title": "Label for changing edit mode to source editing.",
"visualeditor-mweditmodesource-warning": "Warning message show before changing edit mode to source editing.",
"visualeditor-mwhieroinspector-title": "Used as title for hieroglyphics inspector.",
"visualeditor-mwmathinspector-title": "Used as title for MathInspector.\n\nSee [[w:LaTeX]].",
"visualeditor-mwmathinspector-title": "Title for the inspector to edit <nowiki><math></nowiki> formula blocks.",
"visualeditor-notification-created": "Shown after a user creates a new page. Parameters:\n* $1 - a page name",
"visualeditor-notification-restored": "Shown after a user restores a page to a previous revision. Parameters:\n* $1 is a page name.",
"visualeditor-notification-saved": "Shown after a user saves a page. Parameters:\n* $1 - a page name",