File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
csv-validator-ui/src/main/scala/uk/gov/nationalarchives/csv/validator/ui Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 4949 <developer >
5050 <name >Saurabh Parkhi</name >
5151 </developer >
52+ <developer >
53+ <name >Nigel Lutale</name >
54+ </developer >
55+ <developer >
56+ <name >Sam Palmer</name >
57+ </developer >
5258 </developers >
5359 <contributors >
5460 <contributor >
Original file line number Diff line number Diff line change @@ -491,12 +491,12 @@ object CsvValidatorUi extends SimpleSwingApplication {
491491 private val cmbCsvEncoding = new ComboBox (CHARACTER_ENCODINGS )
492492 private val lblCsvSchemaEncoding = new Label (" CSV Schema Encoding" )
493493 private val cmbCsvSchemaEncoding = new ComboBox (CHARACTER_ENCODINGS )
494- private val cbFailOnFirstError = new CheckBox (" Fail on first error? " )
494+ 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" )
499- private val cbEnforceCaseSensitivePathChecks = new CheckBox (" Enforce case-sensitive file path checks? " )
499+ private val cbEnforceCaseSensitivePathChecks = new CheckBox (" Enforce case-sensitive file path checks" )
500500 cbEnforceCaseSensitivePathChecks.tooltip = " Performs additional checks to ensure that the case of file-paths in the CSV file match those of the filesystem"
501501
502502 private def tablePathDialog (): Unit = {
You can’t perform that action at this time.
0 commit comments