Skip to content

Commit 83d0ec4

Browse files
committed
Make label text's case sentence consistent
1 parent 56a71c6 commit 83d0ec4

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
@@ -532,7 +532,7 @@ object CsvValidatorUi extends SimpleSwingApplication {
532532
Row("From", List(fromPathText)),
533533
Row("To", List(fileTextField, fileButton))
534534
)
535-
addToTableDialog(parentFrame, "Add path substitution...", rows, tblPathSubstitutions.addRow)
535+
addToTableDialog(parentFrame, "Add Path Substitution...", rows, tblPathSubstitutions.addRow)
536536
}
537537

538538
private val tblPathSubstitutions = new Table(0, 2) {

0 commit comments

Comments
 (0)