diff options
author | svncommit <devs@roundcube.net> | 2006-11-08 02:23:06 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2006-11-08 02:23:06 +0000 |
commit | f0ea59bc8873461e060032f69d46032a97b68331 (patch) | |
tree | 638cca14ba4d6b052ae38d33426a19ceac4cb042 /program/js/tiny_mce/themes/advanced/langs | |
parent | 5c52d06844779efbf4034663f5e68db10619b367 (diff) |
upgrade to TinyMCE v2.0.8
Diffstat (limited to 'program/js/tiny_mce/themes/advanced/langs')
-rw-r--r-- | program/js/tiny_mce/themes/advanced/langs/en.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/program/js/tiny_mce/themes/advanced/langs/en.js b/program/js/tiny_mce/themes/advanced/langs/en.js index 685382e3d..fd915ea41 100644 --- a/program/js/tiny_mce/themes/advanced/langs/en.js +++ b/program/js/tiny_mce/themes/advanced/langs/en.js @@ -77,5 +77,6 @@ loaded_plugins : 'Loaded plugins', help : 'Help',
not_set : '-- Not set --',
close : 'Close',
-toolbar_focus : 'Jump to tool buttons - Alt+Q, Jump to editor - Alt-Z, Jump to element path - Alt-X'
+toolbar_focus : 'Jump to tool buttons - Alt+Q, Jump to editor - Alt-Z, Jump to element path - Alt-X',
+invalid_data : 'Error: Invalid values entered, these are marked in red.'
});
|