We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c60b21 commit a930992Copy full SHA for a930992
csv-validator-ui/src/main/scala/uk/gov/nationalarchives/csv/validator/ui/CsvValidatorUi.scala
@@ -441,7 +441,7 @@ object CsvValidatorUi extends SimpleSwingApplication {
441
private val reportFileChooser = new FileChooser(lastReportPath)
442
reportFileChooser.multiSelectionEnabled = false
443
444
- val saveLabel = "Save Results"
+ val saveLabel = "Save Results..."
445
reportFileChooser.title = saveLabel
446
private val btnSave = new Button(saveLabel)
447
0 commit comments