From f0ea59bc8873461e060032f69d46032a97b68331 Mon Sep 17 00:00:00 2001
From: svncommit <devs@roundcube.net>
Date: Tue, 07 Nov 2006 21:23:06 -0500
Subject: [PATCH] upgrade to TinyMCE v2.0.8

---
 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 685382e..fd915ea 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 @@
 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.'
 });

--
Gitblit v1.9.1