diff options
| author | estadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-02-26 07:19:44 +0000 |
|---|---|---|
| committer | estadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-02-26 07:19:44 +0000 |
| commit | 8781d05424a0ebd32845edf17769c2cc69e9bb1d (patch) | |
| tree | d5900029ac1512cbabb9abeb14e14cbc26ac5877 /roundcubemail/program/js/tiny_mce/plugins/table/langs | |
| parent | 4c7f79426f3b48b00bd50e42d65b6732ce018299 (diff) | |
upgrade to TinyMCE v2.1.0
git-svn-id: https://svn.roundcube.net/trunk@498 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js/tiny_mce/plugins/table/langs')
| -rw-r--r-- | roundcubemail/program/js/tiny_mce/plugins/table/langs/en.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roundcubemail/program/js/tiny_mce/plugins/table/langs/en.js b/roundcubemail/program/js/tiny_mce/plugins/table/langs/en.js index 108d6afb1..7597b3c21 100644 --- a/roundcubemail/program/js/tiny_mce/plugins/table/langs/en.js +++ b/roundcubemail/program/js/tiny_mce/plugins/table/langs/en.js @@ -74,5 +74,6 @@ colgroup : 'Col Group', 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'
});
|
