Skip to content

Commit 9027d65

Browse files
committed
Make 'CSV' the same case
1 parent f1a2e81 commit 9027d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csv-validator-ui/src/main/scala/uk/gov/nationalarchives/csv/validator/ui/CsvValidatorUi.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)