Change writing of “key store”.
[jkeytool.git] / src / net / pterodactylus / jkeytool / gui / MainFrame.java
index d477726..dcdaf37 100644 (file)
@@ -266,7 +266,7 @@ public class MainFrame implements CoreListener, WindowListener {
         * {@inheritDoc}
         */
        public void keyStoreNotLoaded(File keyStoreFile) {
-               JOptionPane.showMessageDialog(mainFrame, "Could not load keystore from “" + keyStoreFile.getName() + "”.", "Could not load keystore", JOptionPane.ERROR_MESSAGE);
+               JOptionPane.showMessageDialog(mainFrame, "Could not load key store from “" + keyStoreFile.getName() + "”.", "Could Not Load Key Store", JOptionPane.ERROR_MESSAGE);
        }
 
        //