Fix incorrect key bind description
authorWuzzy <Wuzzy2@mail.ru>
Thu, 10 Oct 2019 00:30:17 +0200
changeset 15456 be5eaa86b88d
parent 15455 1ee2736de636
child 15457 751b992656ab
Fix incorrect key bind description
QTfrontend/binds.cpp
--- a/QTfrontend/binds.cpp	Thu Oct 10 00:28:55 2019 +0200
+++ b/QTfrontend/binds.cpp	Thu Oct 10 00:30:17 2019 +0200
@@ -84,7 +84,7 @@
     {"!MULTI",    QT_TRANSLATE_NOOP("binds (combination)", "precise + toggle hedgehog tags"), QT_TRANSLATE_NOOP("binds", "change hedgehog tag types"), NULL, NULL},
     {"!MULTI",    QT_TRANSLATE_NOOP("binds (combination)", "switch + toggle hedgehog tags"), QT_TRANSLATE_NOOP("binds", "toggle hedgehog tag translucency"), NULL, NULL},
 
-    {"!MULTI",    QT_TRANSLATE_NOOP("binds (combination)", "precise + switch + toggle hedgehog tags"), QT_TRANSLATE_NOOP("binds", "toggle HUD"), NULL, NULL},
+    {"!MULTI",    QT_TRANSLATE_NOOP("binds (combination)", "precise + switch + toggle team bars"), QT_TRANSLATE_NOOP("binds", "toggle HUD"), NULL, NULL},
 #ifdef VIDEOREC
     {"record",    "r",          QT_TRANSLATE_NOOP("binds", "record"),          NULL, QT_TRANSLATE_NOOP("binds (descriptions)", "Record video:")}
 #endif