diff --git a/src/main/java/forge/view/home/SplashFrame.java b/src/main/java/forge/view/home/SplashFrame.java index 26533106957..ebb17f7445a 100644 --- a/src/main/java/forge/view/home/SplashFrame.java +++ b/src/main/java/forge/view/home/SplashFrame.java @@ -94,7 +94,7 @@ public class SplashFrame extends JFrame { // Add disclaimer final JLabel lblDisclaimer = new JLabel("
" + "Forge is not affiliated in any way with Wizards of the Coast." - + "
Forge is open source software, released under" + + "
Forge is open source software, released under " + "the GNU Public License.
"); lblDisclaimer.setBounds(0, SplashFrame.DISCLAIMER_TOP, splashWidthPx, SplashFrame.DISCLAIMER_HEIGHT);