Skip to content

Commit a930992

Browse files
committed
Add ellipsis to 'Save Results' button
1 parent 2c60b21 commit a930992

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
@@ -441,7 +441,7 @@ object CsvValidatorUi extends SimpleSwingApplication {
441441
private val reportFileChooser = new FileChooser(lastReportPath)
442442
reportFileChooser.multiSelectionEnabled = false
443443

444-
val saveLabel = "Save Results"
444+
val saveLabel = "Save Results..."
445445
reportFileChooser.title = saveLabel
446446
private val btnSave = new Button(saveLabel)
447447

0 commit comments

Comments
 (0)