diff --git a/Dorkbox-Util/src/dorkbox/util/SwingUtil.java b/Dorkbox-Util/src/dorkbox/util/SwingUtil.java index bc36491..6d2dae0 100644 --- a/Dorkbox-Util/src/dorkbox/util/SwingUtil.java +++ b/Dorkbox-Util/src/dorkbox/util/SwingUtil.java @@ -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."); } }