diff --git a/forms/mainwindow.ui b/forms/mainwindow.ui
index edd034029a16d8f3fa37d0f84eb10ed04462756b..6397f294d7cad1d58910691b9cc5bbc98ee616f6 100644
--- a/forms/mainwindow.ui
+++ b/forms/mainwindow.ui
@@ -539,7 +539,7 @@ border-color: rgb(255, 255, 255);</string>
      <x>0</x>
      <y>0</y>
      <width>450</width>
-     <height>21</height>
+     <height>25</height>
     </rect>
    </property>
    <widget class="QMenu" name="menuFile">
@@ -710,7 +710,7 @@ border-color: rgb(255, 255, 255);</string>
   </action>
   <action name="actionAbout">
    <property name="text">
-    <string>About TraVisTo</string>
+    <string>About JPSvis</string>
    </property>
    <property name="shortcut">
     <string>F1</string>
diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp
index b372ad6411e1afbf7193e9cf1d29579217e45a60..c79afd01ffa42820f6555237cc8a9c925cd67f4a 100755
--- a/src/MainWindow.cpp
+++ b/src/MainWindow.cpp
@@ -1,5 +1,5 @@
 /**
- * @file travisto.cpp
+ * @file MainWindow.cpp
  * @author   Ulrich Kemloh <kemlohulrich@gmail.com>
  * @version 0.1
  * Copyright (C) <2009-2010>
@@ -275,7 +275,7 @@ void MainWindow::slotHelpAbout()
     QMessageBox::about(
         this,
         "About JPSVis",
-        "Version 0.5 built with  QT 4.8 and VTK 5.10\n\n"
+        "Version 0.6-alpha built with  QT 4.8 and VTK 5.10\n\n"
         "JPSVis is part of the Juelich Pedestrian Simulator (JuPdsim)"
         "and stands for Trajectories Visualisation Tool. It is a tool for visualizing pedestrians motion\n"
         "developped at the Forschungszentrum Juelich GmbH, Germany\n\n"