Changed name of "code" toolbar button to "Code block".
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user