Index: /trunk/BNS/bnsabout.html
===================================================================
--- /trunk/BNS/bnsabout.html	(revision 960)
+++ /trunk/BNS/bnsabout.html	(revision 961)
@@ -21,5 +21,5 @@
 The Bundesamt fuer Geodaesie und Kartographie (BKG) may not be held liable for damages of any kind, direct or consequential, which may result from the use of this software.<br>
 <br>
-BKG, Frankfurt, Germany, March 2008<br>
+BKG, Frankfurt, Germany, August 2008<br>
 E-Mail: <a><u>euref-ip@bkg.bund.de</u></a>.<br>
 </p>
Index: /trunk/BNS/bnshelp.html
===================================================================
--- /trunk/BNS/bnshelp.html	(revision 960)
+++ /trunk/BNS/bnshelp.html	(revision 961)
@@ -321,5 +321,5 @@
 <li>Second in GPS Week</li>
 <li>GNSS Indicator and Satellite Vehicle Pseudo Random Number</li>
-<li>IOD refering to Broadcast Ephemeris set</li>
+<li>IOD referring to Broadcast Ephemeris set</li>
 <li>Clock Correction to Broadcast Ephemeris [m]</li>
 <li>Radial Component of Orbit Correction to Broadcast Ephemeris [m]</li>
@@ -442,5 +442,5 @@
 <table>
 <tr></tr>
-<tr><td>August 2008 &nbsp;</td><td>Version 1.0 &nbsp;</td><td>[Add] First Beta Binaries published.</td></tr>
+<tr><td>August 2008 &nbsp;</td><td>Version 1.0 &nbsp;</td><td>[Add] Beta Binaries published.</td></tr>
 </table>
 </p>
Index: /trunk/BNS/bnswindow.cpp
===================================================================
--- /trunk/BNS/bnswindow.cpp	(revision 960)
+++ /trunk/BNS/bnswindow.cpp	(revision 961)
@@ -132,5 +132,5 @@
     _refSysComboBox->setCurrentIndex(ii);
   }
-  _refSysComboBox->setWhatsThis(tr("Select the target reference system for outgoing orbit and clock corrections."));
+  _refSysComboBox->setWhatsThis(tr("Select the target reference system for outgoing clock and orbit corrections."));
 
   _ephHostLineEdit  = new QLineEdit(settings.value("ephHost").toString());
@@ -144,12 +144,12 @@
 
   _clkHostLineEdit  = new QLineEdit(settings.value("clkHost").toString());
-  _clkHostLineEdit->setWhatsThis(tr("BNS reads Clock and Orbit corrections referring to the IGS system (X,Y,Z, ECEF) from an IP address. Specify the host IP e.g. of an RTNet installation providing this information."));
+  _clkHostLineEdit->setWhatsThis(tr("BNS reads Clocks & Orbits referring to the IGS system (X,Y,Z, ECEF) in plain ASCII format from an IP address. Specify the host IP e.g. of an RTNet installation providing this information."));
   _clkPortLineEdit  = new QLineEdit(settings.value("clkPort").toString());
-  _clkPortLineEdit->setWhatsThis(tr("BNS reads Clock and Orbit corrections referring to the IGS system (X,Y,Z, ECEF) from an IP address. Specify the IP port e.g. of a RTNet installation providing this information."));
+  _clkPortLineEdit->setWhatsThis(tr("BNS reads Clocks & Orbits referring to the IGS system (X,Y,Z, ECEF) in plain ASCII format from an IP address. Specify the IP port e.g. of a RTNet installation providing this information."));
   _clkProxyCheckBox  = new QCheckBox();
   _clkProxyCheckBox->setCheckState(Qt::CheckState(settings.value("clkProxy").toInt()));
-  _clkProxyCheckBox->setWhatsThis(tr("If a proxy server is operated between BNS and the server providing Clock and Orbit corrections, you may need to use the proxy server settings you have specified. Tick 'Use proxy' to activate them for stream access."));
+  _clkProxyCheckBox->setWhatsThis(tr("If a proxy server is operated between BNS and the server providing Clocks & Orbits, you may need to use the proxy server settings you have specified. Tick 'Use proxy' to activate them for stream access."));
   _clkFileLineEdit    = new QLineEdit(settings.value("clkFile").toString());
-  _clkFileLineEdit->setWhatsThis(tr("Specify the full path to a file where incoming IGS Clock and Orbit corrections are saved. Beware that the size of this file can rapidly increase. Default is an empty option field meaning that incoming corrections are not saved."));
+  _clkFileLineEdit->setWhatsThis(tr("Specify the full path to a file where incoming IGS Clocks & Orbits are saved. Beware that the size of this file can rapidly increase. Default is an empty option field meaning that incoming Clocks & Orbits corrections are not saved."));
   _clkPortLineEdit->setMaximumWidth(9*ww);
 
@@ -170,5 +170,5 @@
   _outProxyCheckBox->setWhatsThis(tr("If a proxy server is operated between BNS and the NTRIP Broadcaster, you may need to use the proxy server settings you have specified. Tick 'Use proxy' to activate them for stream upload."));
   _outFileLineEdit    = new QLineEdit(settings.value("outFile").toString());
-  _outFileLineEdit->setWhatsThis(tr("Specify the full path to a file where outgoing Clock and Orbit corrections to Broadcast Ephemeris are saved. Beware that the size of this file can rapidly increase. Default is an empty option field meaning that outgoing corrections are not saved."));
+  _outFileLineEdit->setWhatsThis(tr("Specify the full path to a file where outgoing clock and orbit corrections to Broadcast Ephemeris are saved. Beware that the size of this file can rapidly increase. Default is an empty option field meaning that outgoing corrections are not saved."));
 
   _rnxPathLineEdit = new QLineEdit(settings.value("rnxPath").toString());
@@ -193,5 +193,5 @@
 
   _sp3PathLineEdit = new QLineEdit(settings.value("sp3Path").toString());
-  _sp3PathLineEdit->setWhatsThis(tr("Specify the path for saving the generatec orbit corrections as SP3 orbit files. If the specified directory does not exist, BNS will not create Clock RINEX files."));
+  _sp3PathLineEdit->setWhatsThis(tr("Specify the path for saving the generated orbit corrections as SP3 orbit files. If the specified directory does not exist, BNS will not create Clock RINEX files."));
   _sp3IntrComboBox = new QComboBox;
   _sp3IntrComboBox->setMaximumWidth(9*ww);
