Index: /trunk/BNC/src/bncudpport.cpp
===================================================================
--- /trunk/BNC/src/bncudpport.cpp	(revision 7671)
+++ /trunk/BNC/src/bncudpport.cpp	(revision 7672)
@@ -70,6 +70,6 @@
   _ipCountryLineEdit->setMaximumWidth(9*ww);
 
-  // WhatsThis
-  // ---------
+  // WhatsThis, Add Stream from UDP Port
+  // -----------------------------------
   _ipPortLineEdit->setWhatsThis(tr("<p>BNC allows to pick up streams arriving directly at one of the local host's UDP ports without using the Ntrip transport protocol.</p><p>Enter the local port number where the UDP stream arrives.</p>"));
   _ipMountLineEdit->setWhatsThis(tr("<p>Specify a mountpoint.</p><p>Recommended is a 4-character station ID.<br>Example: FFMJ</p>"));
@@ -77,5 +77,5 @@
   _ipLatLineEdit->setWhatsThis(tr("<p>Enter the approximate latitude of the stream providing receiver in degrees.<p></p>Example: 45.32</p>"));
   _ipLonLineEdit->setWhatsThis(tr("<p>Enter the approximate longitude of the stream providing receiver in degrees.<p></p>Example: -15.20</p>"));
-  _ipCountryLineEdit->setWhatsThis(tr("<p>Specify the country code.</p><p>Recommended is the ISO 3166-1 alpha-3a code.<br>Example: DEU</p>"));
+  _ipCountryLineEdit->setWhatsThis(tr("<p>Specify the country code.</p><p>Follow the ISO 3166-1 alpha-3a code.<br>Example, Germany: DEU</p>"));
 
   editLayout->addWidget(new QLabel(tr("UDP Port")),  0, 0, Qt::AlignRight);
