QTfrontend/ui/page/pageadmin.cpp
changeset 13676 05fde8e30041
parent 12897 fc47fc4af6bd
child 15255 2dc98f688c65
--- a/QTfrontend/ui/page/pageadmin.cpp	Tue Aug 21 17:56:17 2018 +0200
+++ b/QTfrontend/ui/page/pageadmin.cpp	Tue Aug 21 18:31:00 2018 +0200
@@ -73,6 +73,7 @@
 
         // 4
         QLabel * lblPreview = new QLabel(this);
+        //: MOTD = Message Of The Day, the message which is shown to players joining the server
         lblPreview->setText(tr("MOTD preview:"));
         tab1Layout->addWidget(lblPreview, 4, 0);
 
@@ -94,6 +95,7 @@
         twBans = new QTableWidget(this);
         twBans->setColumnCount(3);
         twBans->setHorizontalHeaderLabels(QStringList()
+                              //: IP = short for "IP address" (Internet Protocol). Nick = short for "nick name"
                               << tr("IP/Nick")
                               << tr("Expiration")
                               << tr("Reason")