# HG changeset patch
# User Wuzzy <Wuzzy2@mail.ru>
# Date 1570660217 -7200
# Node ID be5eaa86b88d21604ee8eb58f8848cead4389416
# Parent  1ee2736de636d6966513246dec4d6eafee973025
Fix incorrect key bind description

diff -r 1ee2736de636 -r be5eaa86b88d 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