From dc5496f2ae0ef560f5c2c4603dad6fbd5a640d98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20S=CC=8Ckoda?= Date: Sun, 18 Nov 2012 14:11:09 +0100 Subject: [PATCH] MDL-36685 add missing TinyMCE string --- lib/editor/tinymce/lang/en/editor_tinymce.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/editor/tinymce/lang/en/editor_tinymce.php b/lib/editor/tinymce/lang/en/editor_tinymce.php index 2209291d258..0b72fa97f4a 100644 --- a/lib/editor/tinymce/lang/en/editor_tinymce.php +++ b/lib/editor/tinymce/lang/en/editor_tinymce.php @@ -687,6 +687,7 @@ $string['table_dlg:bordercolor'] = 'Border color'; $string['table_dlg:caption'] = 'Table caption'; $string['table_dlg:cell_all'] = 'Update all cells in table'; $string['table_dlg:cell_cell'] = 'Update current cell'; +$string['table_dlg:cell_col'] = 'Update all cells in column'; $string['table_dlg:cell_limit'] = 'You\'ve exceeded the maximum number of cells of {$cells}.'; $string['table_dlg:cell_row'] = 'Update all cells in row'; $string['table_dlg:cell_title'] = 'Table cell properties';