Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/main/java/net/imagej/ui/swing/updater/ImageJUpdater.java
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ public void run() {

if (new File(appDir, "update").exists()) {
if (!UpdaterUserInterface.get().promptYesNo("It is suggested that you restart ImageJ, then continue the update.\n"
+ "Alternately, you can attempt to continue the upgrade without\n"
+ "Alternatively, you can attempt to continue the upgrade without\n"
+ "restarting, but ImageJ might crash.\n\n"
+ "Do you want to try it?",
+ "Do you want to continue anyway?",
"Restart required to finalize update"))
return;
try {
Expand Down