summaryrefslogtreecommitdiff
path: root/program/js/tiny_mce/plugins/table
diff options
context:
space:
mode:
authorsvncommit <devs@roundcube.net>2007-05-24 03:49:19 +0000
committersvncommit <devs@roundcube.net>2007-05-24 03:49:19 +0000
commit2c633703e97eb6e7aa7ba840ef86b1fc1bd98ada (patch)
tree39cf2cada6948a447985436c1d6f7f2b512cba20 /program/js/tiny_mce/plugins/table
parent597c09cf972ffb3c4e86adfcd79aa86b0258d3a8 (diff)
upgrade to TinyMCE v2.1.1.1
Diffstat (limited to 'program/js/tiny_mce/plugins/table')
-rw-r--r--program/js/tiny_mce/plugins/table/images/buttons.gifbin1765 -> 1787 bytes
-rw-r--r--program/js/tiny_mce/plugins/table/images/table_delete_col.gifbin163 -> 153 bytes
-rw-r--r--program/js/tiny_mce/plugins/table/images/table_delete_row.gifbin171 -> 160 bytes
-rw-r--r--program/js/tiny_mce/plugins/table/langs/en.js2
4 files changed, 1 insertions, 1 deletions
diff --git a/program/js/tiny_mce/plugins/table/images/buttons.gif b/program/js/tiny_mce/plugins/table/images/buttons.gif
index 8c09ff952..56a7396b8 100644
--- a/program/js/tiny_mce/plugins/table/images/buttons.gif
+++ b/program/js/tiny_mce/plugins/table/images/buttons.gif
Binary files differ
diff --git a/program/js/tiny_mce/plugins/table/images/table_delete_col.gif b/program/js/tiny_mce/plugins/table/images/table_delete_col.gif
index 91f53af02..260aa04ca 100644
--- a/program/js/tiny_mce/plugins/table/images/table_delete_col.gif
+++ b/program/js/tiny_mce/plugins/table/images/table_delete_col.gif
Binary files differ
diff --git a/program/js/tiny_mce/plugins/table/images/table_delete_row.gif b/program/js/tiny_mce/plugins/table/images/table_delete_row.gif
index 7025733fe..2fb5f2bab 100644
--- a/program/js/tiny_mce/plugins/table/images/table_delete_row.gif
+++ b/program/js/tiny_mce/plugins/table/images/table_delete_row.gif
Binary files differ
diff --git a/program/js/tiny_mce/plugins/table/langs/en.js b/program/js/tiny_mce/plugins/table/langs/en.js
index 7597b3c21..e2fbba2e5 100644
--- a/program/js/tiny_mce/plugins/table/langs/en.js
+++ b/program/js/tiny_mce/plugins/table/langs/en.js
@@ -38,7 +38,7 @@ props_desc : 'Table properties',
bordercolor : 'Border color',
bgcolor : 'Background color',
merge_cells_title : 'Merge table cells',
-split_cells_desc : 'Split table cells',
+split_cells_desc : 'Split merged table cells',
merge_cells_desc : 'Merge table cells',
cut_row_desc : 'Cut table row',
copy_row_desc : 'Copy table row',