diff --git a/apps/spreadsheeteditor/main/app/view/DataValidationDialog.js b/apps/spreadsheeteditor/main/app/view/DataValidationDialog.js index c11fb1599..9dd397c9d 100644 --- a/apps/spreadsheeteditor/main/app/view/DataValidationDialog.js +++ b/apps/spreadsheeteditor/main/app/view/DataValidationDialog.js @@ -630,7 +630,7 @@ define([ 'text!spreadsheeteditor/main/app/template/DataValidationDialog.templ textEndTime: 'End Time', textFormula: 'Formula', textIgnore: 'Ignore blank', - textApply: 'Apply these changes to all othes calls the same settings', + textApply: 'Apply these changes to all other cells with the same settings', textShowDropDown: 'Show drop-down list in cell', textCellSelected: 'When cell is selected, show this input message', textTitle: 'Title', diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json index ce894eb3d..af2f76408 100644 --- a/apps/spreadsheeteditor/main/locale/en.json +++ b/apps/spreadsheeteditor/main/locale/en.json @@ -1552,7 +1552,7 @@ "SSE.Views.DataValidationDialog.strSettings": "Settings", "SSE.Views.DataValidationDialog.textAlert": "Alert", "SSE.Views.DataValidationDialog.textAllow": "Allow", - "SSE.Views.DataValidationDialog.textApply": "Apply these changes to all othes calls the same settings", + "SSE.Views.DataValidationDialog.textApply": "Apply these changes to all other cells with the same settings", "SSE.Views.DataValidationDialog.textCellSelected": "When cell is selected, show this input message", "SSE.Views.DataValidationDialog.textCompare": "Compare to", "SSE.Views.DataValidationDialog.textData": "Data",