[SSE] Fix translation

This commit is contained in:
Julia Radzhabova 2020-12-23 13:39:55 +03:00
parent 5abb7d7f41
commit d94a8b6336
2 changed files with 2 additions and 2 deletions

View file

@ -630,7 +630,7 @@ define([ 'text!spreadsheeteditor/main/app/template/DataValidationDialog.templ
textEndTime: 'End Time', textEndTime: 'End Time',
textFormula: 'Formula', textFormula: 'Formula',
textIgnore: 'Ignore blank', 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', textShowDropDown: 'Show drop-down list in cell',
textCellSelected: 'When cell is selected, show this input message', textCellSelected: 'When cell is selected, show this input message',
textTitle: 'Title', textTitle: 'Title',

View file

@ -1552,7 +1552,7 @@
"SSE.Views.DataValidationDialog.strSettings": "Settings", "SSE.Views.DataValidationDialog.strSettings": "Settings",
"SSE.Views.DataValidationDialog.textAlert": "Alert", "SSE.Views.DataValidationDialog.textAlert": "Alert",
"SSE.Views.DataValidationDialog.textAllow": "Allow", "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.textCellSelected": "When cell is selected, show this input message",
"SSE.Views.DataValidationDialog.textCompare": "Compare to", "SSE.Views.DataValidationDialog.textCompare": "Compare to",
"SSE.Views.DataValidationDialog.textData": "Data", "SSE.Views.DataValidationDialog.textData": "Data",