Change license activation texts to make more informative
This commit is contained in:
parent
45fe46ad33
commit
5b12f44f56
@ -225,9 +225,9 @@ public class FirstRun extends javax.swing.JInternalFrame {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
int ans = JOptionPane.showInternalConfirmDialog(this,
|
int ans = JOptionPane.showInternalConfirmDialog(this,
|
||||||
"Would you like to open the shop and"
|
"Would you like to purchase a license?\n"
|
||||||
+ " purchase a license?",
|
+ "Select no to activate a 15-day trial.",
|
||||||
"Open Browser",
|
"Purchase License",
|
||||||
JOptionPane.YES_NO_OPTION);
|
JOptionPane.YES_NO_OPTION);
|
||||||
if (ans == JOptionPane.NO_OPTION) {
|
if (ans == JOptionPane.NO_OPTION) {
|
||||||
Calendar c = Calendar.getInstance();
|
Calendar c = Calendar.getInstance();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user