We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9601c94 commit 3689655Copy full SHA for 3689655
src/game/client/components/tclient/menus_tclient.cpp
@@ -1156,6 +1156,8 @@ void CMenus::RenderSettingsTClientBindWheel(CUIRect MainView)
1156
1157
LeftView.HSplitTop(MarginSmall, nullptr, &LeftView);
1158
LeftView.HSplitTop(LineSize, &Label, &LeftView);
1159
+ Ui()->DoLabel(&Label, TCLocalize("The command is ran in console not chat"), FontSize, TEXTALIGN_ML);
1160
+ LeftView.HSplitTop(LineSize, &Label, &LeftView);
1161
Ui()->DoLabel(&Label, TCLocalize("Use left mouse to select"), FontSize, TEXTALIGN_ML);
1162
1163
Ui()->DoLabel(&Label, TCLocalize("Use right mouse to swap with selected"), FontSize, TEXTALIGN_ML);
0 commit comments