diff --git a/modules/gui/pymod/init_splash.py b/modules/gui/pymod/init_splash.py
index 369f640dc90a22c1c9648071ba7c1a9527dff2bc..d2f4cf8f8c80a1117dd623f7e5a5530941027b9e 100644
--- a/modules/gui/pymod/init_splash.py
+++ b/modules/gui/pymod/init_splash.py
@@ -17,7 +17,7 @@ class SplashDialog(QtGui.QDialog):
     layout.addWidget(imageLabel)
     self.label = QtGui.QTextEdit()
     self.label.setReadOnly(True)
-    self.label.setHtml("Welcome to <b>Openstructure</b><br /><br />You are running version 1.0.0a<br /><br />If you are new to OpenStructure, you might want to run the demos from the examples directory. To see, how the demos work, right click on the file and click 'show source'.<br /><br />Lean more on the official website:<br /> http://www.openstructure.org")
+    self.label.setHtml("Welcome to <b>Openstructure</b>!<br /><br />You are running version 1.0.0a<br /><br />If you are new to OpenStructure, we invite you to run the demos from the examples directory. Scripts can be displayed by right clicking on the file and selecting 'Show source'.<br /><br />Feel free visit our website at:<br /> http://www.openstructure.org")
     layout.addWidget(self.label)
     
 def _InitSplash(app):
@@ -26,4 +26,4 @@ def _InitSplash(app):
 
   splash.showNormal()
 
-  #QtCore.QTimer.singleShot(30000, splash.close);
\ No newline at end of file
+  #QtCore.QTimer.singleShot(30000, splash.close);