From 0ab40b01d425a2f08e06d25a74542f389c0f338d Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Fri, 30 Oct 2020 22:00:22 +0300 Subject: [PATCH] Fix translation --- apps/documenteditor/main/app/view/FormSettings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/documenteditor/main/app/view/FormSettings.js b/apps/documenteditor/main/app/view/FormSettings.js index 96484361b..df0f84541 100644 --- a/apps/documenteditor/main/app/view/FormSettings.js +++ b/apps/documenteditor/main/app/view/FormSettings.js @@ -796,7 +796,7 @@ define([ textTip: 'Tip', textMaxChars: 'Characters limit', textComb: 'Comb of characters', - textWidth: 'Width', + textWidth: 'Cell width', textDelete: 'Delete', textLock: 'Lock', textUnlock: 'Unlock',