diff src/name/blackcap/exifwasher/MainFrame.kt @ 6:aafc9c127c7b

Fix many bugs; get settings (apparently) working.
author David Barts <n5jrn@me.com>
date Thu, 09 Apr 2020 22:29:48 -0700
parents dc1f4359659d
children aa9ab6cbaa26
line wrap: on
line diff
--- a/src/name/blackcap/exifwasher/MainFrame.kt	Thu Apr 09 18:20:34 2020 -0700
+++ b/src/name/blackcap/exifwasher/MainFrame.kt	Thu Apr 09 22:29:48 2020 -0700
@@ -64,7 +64,7 @@
 
     init {
         contentPane.add(
-            JLabel("Drag image files into this window or choose File… Open from menu.").apply {
+            JLabel("Drag image files into this window or choose File… Wash from menu.").apply {
                 horizontalAlignment = JLabel.CENTER
                 verticalAlignment = JLabel.CENTER
             })