From 7ce576dc501c38115a7d602a166f2cafd3970b6d Mon Sep 17 00:00:00 2001 From: cahrens Date: Thu, 20 Mar 2014 16:17:25 -0400 Subject: [PATCH] Changed name of "code" toolbar button to "Code block". --- common/lib/xmodule/xmodule/js/src/html/edit.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/xmodule/xmodule/js/src/html/edit.coffee b/common/lib/xmodule/xmodule/js/src/html/edit.coffee index e949c70b80..40dedd5c01 100644 --- a/common/lib/xmodule/xmodule/js/src/html/edit.coffee +++ b/common/lib/xmodule/xmodule/js/src/html/edit.coffee @@ -48,7 +48,7 @@ class @HTMLEditingDescriptor setupTinyMCE: (ed) => ed.addButton('wrapAsCode', { - title : 'Code', + title : 'Code block', image : "#{baseUrl}/images/ico-tinymce-code.png", onclick : () -> ed.formatter.toggle('code')