diff --git a/apps/documenteditor/main/app/view/TableSettings.js b/apps/documenteditor/main/app/view/TableSettings.js index 44b14df3e..f16be045d 100644 --- a/apps/documenteditor/main/app/view/TableSettings.js +++ b/apps/documenteditor/main/app/view/TableSettings.js @@ -853,7 +853,7 @@ define([ tipInnerVert: 'Set Vertical Inner Lines Only', tipInnerHor: 'Set Horizontal Inner Lines Only', tipOuter: 'Set Outer Border Only', - textCellSize: 'Cell Size', + textCellSize: 'Rows & Columns Size', textHeight: 'Height', textWidth: 'Width', textDistributeRows: 'Distribute rows', diff --git a/apps/documenteditor/main/locale/en.json b/apps/documenteditor/main/locale/en.json index bc1142511..d1b7a270b 100644 --- a/apps/documenteditor/main/locale/en.json +++ b/apps/documenteditor/main/locale/en.json @@ -2016,7 +2016,7 @@ "DE.Views.TableSettings.textBanded": "Banded", "DE.Views.TableSettings.textBorderColor": "Color", "DE.Views.TableSettings.textBorders": "Borders Style", - "DE.Views.TableSettings.textCellSize": "Cell Size", + "DE.Views.TableSettings.textCellSize": "Rows & Columns Size", "DE.Views.TableSettings.textColumns": "Columns", "DE.Views.TableSettings.textDistributeCols": "Distribute columns", "DE.Views.TableSettings.textDistributeRows": "Distribute rows",