app/tiny_mce/themes/simple/langs/en.js
author Pawel Solyga <Pawel.Solyga@gmail.com>
Thu, 22 Jan 2009 22:03:32 +0000
changeset 907 3786030d5952
parent 154 d2377425d3f2
permissions -rwxr-xr-x
Fix idention in soc.views.models.club module. Patch by: Pawel Solyga Review by: to-be-reviewed

tinyMCE.addI18n('en.simple',{
bold_desc:"Bold (Ctrl+B)",
italic_desc:"Italic (Ctrl+I)",
underline_desc:"Underline (Ctrl+U)",
striketrough_desc:"Strikethrough",
bullist_desc:"Unordered list",
numlist_desc:"Ordered list",
undo_desc:"Undo (Ctrl+Z)",
redo_desc:"Redo (Ctrl+Y)",
cleanup_desc:"Cleanup messy code"
});