Skip to content

Commit e1ff794

Browse files
committed
Made it more personal
1 parent b304b08 commit e1ff794

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/io/github/coursesplus/installer/CoursesPlusInstaller.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public CoursesPlusInstaller() {
7777
install.addActionListener(this);
7878
add(install);
7979

80-
JLabel info = new JLabel("<html><div width=\"400px\" style=\"text-align:center;\">This installer will install CoursesPlus into Google Chrome. It will connect to the Internet to download the latest version of CoursesPlus, and then set up automatic updates. Anonymous analytics may be sent to us for statistical purposes. If an error occurs, you will be given the option to transmit information about the error to us so we can fix it.</div></html>", JLabel.CENTER);
80+
JLabel info = new JLabel("<html><div width=\"400px\" style=\"text-align:center;\">Hi" + System.getProperty("user.name"), + "This installer will install CoursesPlus into Google Chrome. It will connect to the Internet to download the latest version of CoursesPlus, and then set up automatic updates. Anonymous analytics may be sent to us for statistical purposes. If an error occurs, you will be given the option to transmit information about the error to us so we can fix it.</div></html>", JLabel.CENTER);
8181
info.setFont(font);
8282
add(info);
8383

@@ -172,7 +172,7 @@ public void actionPerformed(ActionEvent e) {
172172
e1.printStackTrace();
173173
}
174174

175-
JOptionPane.showMessageDialog(null, "Done");
175+
JOptionPane.showMessageDialog(null, "The installation has been completed. See you later, " + System.getProperty("user.name"));
176176

177177
break;
178178

0 commit comments

Comments
 (0)