update message

This commit is contained in:
Jindra Petk
2013-01-19 10:44:10 +01:00
parent 4fa719c272
commit 3612880ef5

View File

@@ -778,7 +778,7 @@ public class Main {
}
}
if (desktop == null) {
JOptionPane.showMessageDialog(null, "New version of " + shortApplicationName + " is available: " + downloadName + ".\r\nPlease go to", "New version", JOptionPane.INFORMATION_MESSAGE);
JOptionPane.showMessageDialog(null, "New version of " + shortApplicationName + " is available: " + downloadName + ".\r\nPlease go to "+projectPage+" to download it.", "New version", JOptionPane.INFORMATION_MESSAGE);
}
Configuration.setConfig("lastUpdatesCheckDate", Calendar.getInstance());