MDL-36685 add missing TinyMCE string

This commit is contained in:
Petr Škoda
2012-12-06 13:18:29 +01:00
parent 99584654ce
commit dc5496f2ae
@@ -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';