app/tiny_mce/themes/simple/langs/en.js
author Daniel Bentley <dbentley@google.com>
Wed, 01 Apr 2009 12:01:58 +0000 (2009-04-01)
changeset 2049 d9adbaf1c30f
parent 154 d2377425d3f2
permissions -rwxr-xr-x
Some fixes to lists helper to reduce mutation. Also added some TODO's to describe the plan. Patch by: Dan Bentley
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"
});