Code polish

This commit is contained in:
nathan 2016-10-04 23:26:26 +02:00
parent a5a6db072f
commit 622eeac460

View File

@ -278,7 +278,7 @@ class SwingUtil {
} }
if (cannotBrowse) { 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.");
} }
} }