Code polish

This commit is contained in:
nathan 2016-10-04 23:26:26 +02:00
parent a5a6db072f
commit 622eeac460
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ class SwingUtil {
}
if (cannotBrowse) {
JOptionPane.showMessageDialog(parent, "It seems that I can't open a website using your" + "default browser, sorry.");
JOptionPane.showMessageDialog(parent, "It seems that I can't open a website using your default browser, sorry.");
}
}