@@ -67,7 +67,7 @@ class @MarkdownEditingDescriptor extends XModule.Descriptor
###
confirmConversionToXml:->
# TODO: use something besides a JavaScript confirm dialog?
returnconfirm("If you use the Advanced Editor, this problem will be converted to XML and you will not be able to return to the Simple Editor Interface.\n\nProceed to the Advanced Editor and convert this problem to XML?")
returnconfirm(gettext"If you use the Advanced Editor, this problem will be converted to XML and you will not be able to return to the Simple Editor Interface.\n\nProceed to the Advanced Editor and convert this problem to XML?")
###
Event listener for toolbar buttons (only possible when markdown editor is visible).