From 87e2fddb32da8580f73c5ec0628e9eacfb4e0043 Mon Sep 17 00:00:00 2001
From: svncommit <devs@roundcube.net>
Date: Mon, 26 Feb 2007 02:19:44 -0500
Subject: [PATCH] upgrade to TinyMCE v2.1.0

---
 program/js/tiny_mce/plugins/table/langs/en.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/program/js/tiny_mce/plugins/table/langs/en.js b/program/js/tiny_mce/plugins/table/langs/en.js
index 108d6af..7597b3c 100644
--- a/program/js/tiny_mce/plugins/table/langs/en.js
+++ b/program/js/tiny_mce/plugins/table/langs/en.js
@@ -74,5 +74,6 @@
 col_limit : 'You\'ve exceeded the maximum number of columns of {$cols}.',
 row_limit : 'You\'ve exceeded the maximum number of rows of {$rows}.',
 cell_limit : 'You\'ve exceeded the maximum number of cells of {$cells}.',
-missing_scope: 'Are you sure you want to continue without specifying a scope for this table header cell. Without it, it may be difficult for some users with disabilities to understand the content or data displayed of the table.'
+missing_scope: 'Are you sure you want to continue without specifying a scope for this table header cell. Without it, it may be difficult for some users with disabilities to understand the content or data displayed of the table.',
+caption : 'Table caption'
 });

--
Gitblit v1.9.1