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 || {}))