File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
csv-validator-ui/src/main/scala/uk/gov/nationalarchives/csv/validator/ui Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -493,7 +493,7 @@ object CsvValidatorUi extends SimpleSwingApplication {
493493 private val cmbCsvSchemaEncoding = new ComboBox (CHARACTER_ENCODINGS )
494494 private val cbFailOnFirstError = new CheckBox (" Fail on first error" )
495495 cbFailOnFirstError.tooltip = " Indicates whether to fail on the first error, or whether to collect all errors!"
496- private val cbValidateUtf8 = new CheckBox (" Validate csv for valid UTF-8 characters" )
496+ private val cbValidateUtf8 = new CheckBox (" Validate CSV for valid UTF-8 characters" )
497497 cbValidateUtf8.selected = true
498498 private val lblPathSubstitutions = new Label (" Path Substitutions" )
499499 private val cbEnforceCaseSensitivePathChecks = new CheckBox (" Enforce case-sensitive file path checks" )
You can’t perform that action at this time.
0 commit comments