From 39b8405a17f326fefe9a24609e7bb174dd34d492 Mon Sep 17 00:00:00 2001
From: juergen <juergen@5a81b35b-ba03-0410-adc8-b2c5c5119f08>
Date: Mon, 5 Jul 2010 12:34:59 +0000
Subject: [PATCH] updated splashscreen text

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2516 5a81b35b-ba03-0410-adc8-b2c5c5119f08
---
 modules/gui/pymod/init_splash.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/gui/pymod/init_splash.py b/modules/gui/pymod/init_splash.py
index 369f640dc..d2f4cf8f8 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);
-- 
GitLab