Changed name of "code" toolbar button to "Code block".

This commit is contained in:
cahrens
2014-03-20 16:17:25 -04:00
parent 677f39dd09
commit 7ce576dc50

View File

@@ -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')