Commit 7ce576dc by cahrens

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

parent 677f39dd
...@@ -48,7 +48,7 @@ class @HTMLEditingDescriptor ...@@ -48,7 +48,7 @@ class @HTMLEditingDescriptor
setupTinyMCE: (ed) => setupTinyMCE: (ed) =>
ed.addButton('wrapAsCode', { ed.addButton('wrapAsCode', {
title : 'Code', title : 'Code block',
image : "#{baseUrl}/images/ico-tinymce-code.png", image : "#{baseUrl}/images/ico-tinymce-code.png",
onclick : () -> onclick : () ->
ed.formatter.toggle('code') ed.formatter.toggle('code')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment