We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78a901c commit 5e4038fCopy full SHA for 5e4038f
src/main/java/net/imagej/ui/swing/updater/LauncherMigrator.java
@@ -293,8 +293,8 @@ private void switchToNewLauncher() {
293
java.awt.Image.SCALE_SMOOTH));
294
}
295
String yes = "<html><center>Update to Future!<br>※\\(^o^)/※</center>";
296
- String no = "<html><center>Keep stable for now<br>⊹╰(⌣ʟ⌣)╯⊹</center>";
297
- String never = "<html><center>Stable, and never ask again<br>୧༼ಠ益ಠ༽୨</center>";
+ String no = "<html><center>Keep stable for now<br>⊹╰(~ʟ~)╯⊹</center>";
+ String never = "<html><center>Stable, and never ask again<br>୧/0益0\\୨</center>";
298
Object[] options = {yes, no, never};
299
Window parent = getApplicationWindow();
300
int rval = JOptionPane.showOptionDialog(parent, message,
0 commit comments