QTfrontend/ui/widget/gamecfgwidget.cpp
changeset 12900 a9e4e8fa852c
parent 12813 d6c75b27db58
child 13197 0bc5f618ca7c
--- a/QTfrontend/ui/widget/gamecfgwidget.cpp	Tue Feb 06 04:06:49 2018 +0100
+++ b/QTfrontend/ui/widget/gamecfgwidget.cpp	Tue Feb 06 04:07:35 2018 +0100
@@ -377,7 +377,7 @@
         QMessageBox illegalMsg(parentWidget());
         illegalMsg.setIcon(QMessageBox::Warning);
         illegalMsg.setWindowTitle(QMessageBox::tr("Error"));
-        illegalMsg.setText(QMessageBox::tr("Cannot use the ammo '%1'!").arg(name));
+        illegalMsg.setText(QMessageBox::tr("Cannot use the weapon scheme '%1'!").arg(name));
         illegalMsg.setWindowModality(Qt::WindowModal);
         illegalMsg.exec();
     }