From 68d077fa70d0dfdd927f30da27f6d65894571968 Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Wed, 11 Dec 2013 13:05:27 -0800 Subject: [PATCH] Re-label the formula inspector to not be LaTeX Because users like to understand labels. Bug: 53251 Change-Id: Iab24371161f278f07e516478a864d957859c32ae --- modules/ve-mw/i18n/en.json | 2 +- modules/ve-mw/i18n/qqq.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ve-mw/i18n/en.json b/modules/ve-mw/i18n/en.json index a1954e724d..39b82128c1 100644 --- a/modules/ve-mw/i18n/en.json +++ b/modules/ve-mw/i18n/en.json @@ -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.", diff --git a/modules/ve-mw/i18n/qqq.json b/modules/ve-mw/i18n/qqq.json index 8e0cd9d75d..1a7ee9c124 100644 --- a/modules/ve-mw/i18n/qqq.json +++ b/modules/ve-mw/i18n/qqq.json @@ -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 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",