From b3d168b6f2d4fdbd07a4a0571bcaa44550d5813d Mon Sep 17 00:00:00 2001 From: cahrens Date: Wed, 9 Jan 2013 16:20:38 -0500 Subject: [PATCH] Make editor names consistent. --- cms/templates/widgets/problem-edit.html | 2 +- common/lib/xmodule/xmodule/js/src/problem/edit.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cms/templates/widgets/problem-edit.html b/cms/templates/widgets/problem-edit.html index a76e957826..6176486c9a 100644 --- a/cms/templates/widgets/problem-edit.html +++ b/cms/templates/widgets/problem-edit.html @@ -16,7 +16,7 @@ class="problem-editor-icon dropdown"> diff --git a/common/lib/xmodule/xmodule/js/src/problem/edit.coffee b/common/lib/xmodule/xmodule/js/src/problem/edit.coffee index 48275f7587..a721859035 100644 --- a/common/lib/xmodule/xmodule/js/src/problem/edit.coffee +++ b/common/lib/xmodule/xmodule/js/src/problem/edit.coffee @@ -59,7 +59,7 @@ class @MarkdownEditingDescriptor extends XModule.Descriptor ### confirmConversionToXml: -> # TODO: use something besides a JavaScript confirm dialog? - return confirm("If you convert to the XML source representation, you cannot go back to using markdown.\n\nProceed with conversion to XML?") + return confirm("If you convert to the XML source representation, which is used by the Advanced Editor, you cannot go back to using the Simple Editor.\n\nProceed with conversion to XML?") ### Event listener for toolbar buttons (only possible when markdown editor is visible).