Index: trunk/BNS/bnswindow.cpp
===================================================================
--- trunk/BNS/bnswindow.cpp	(revision 1083)
+++ trunk/BNS/bnswindow.cpp	(revision 1084)
@@ -285,5 +285,5 @@
   // -------------
   QWidget* tab_eph = new QWidget();
-  tabs->addTab(tab_eph, "Ephemeris");
+  tabs->addTab(tab_eph, "RINEX Ephemeris");
 
   QGridLayout* layout_eph = new QGridLayout;
@@ -320,5 +320,5 @@
   // ----------
   QWidget* tab_cas = new QWidget();
-  tabs->addTab(tab_cas, "Corrections");
+  tabs->addTab(tab_cas, "Ephemeris Corrections");
 
   QGridLayout* layout_cas = new QGridLayout;
@@ -401,7 +401,7 @@
   _statusLbl[1] = new QLabel("0 byte(s)"); _statusCnt[1] = 0;
   _statusLbl[2] = new QLabel("0 byte(s)"); _statusCnt[2] = 0;
-  _statusLbl[3] = new QLabel("Ephemeris:");  
+  _statusLbl[3] = new QLabel("RINEX Ephemeris:");  
   _statusLbl[4] = new QLabel("Clocks & Orbits:");
-  _statusLbl[5] = new QLabel("Corrections:");  
+  _statusLbl[5] = new QLabel("Ephemeris Corrections:");  
 
   _statusLbl[0]->setWhatsThis(tr("Status of incoming broadcast ephemeris."));
