From d2421fee968dd4cbd4807d072cac17b9b52d49cd Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Tue, 17 Jan 2017 17:39:10 +0300 Subject: [PATCH] [SSE] Update FormatSettingsDialog layout. --- .../spreadsheeteditor/main/app/view/FormatSettingsDialog.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/spreadsheeteditor/main/app/view/FormatSettingsDialog.js b/apps/spreadsheeteditor/main/app/view/FormatSettingsDialog.js index 94b19dca2c..f26c831666 100644 --- a/apps/spreadsheeteditor/main/app/view/FormatSettingsDialog.js +++ b/apps/spreadsheeteditor/main/app/view/FormatSettingsDialog.js @@ -99,7 +99,8 @@ define([ '', '', '', - '', + '', + '', '', '', '', @@ -478,7 +479,8 @@ define([ txtAs4: 'As fourths', txtAs16: 'As sixteenths', txtAs10: 'As tenths', - txtAs100: 'As hundredths' + txtAs100: 'As hundredths', + txtSample: 'Sample:' }, SSE.Views.FormatSettingsDialog || {}))