Skip to content

Commit

Permalink
fix: Quick chat settings label
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilNarayana committed Aug 10, 2021
1 parent 76c10cc commit ab7266a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinWX/Config/SlippiConfigPane.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ void SlippiNetplayConfigPane::InitializeGUI()
"Increasing this can cause unplayable input delay, and lowering it can cause visual artifacts/lag."));
m_slippi_delay_frames_ctrl->SetRange(1, 9);

m_slippi_enable_quick_chat_txt = new wxStaticText(this, wxID_ANY, _("Quick Chat"));
m_slippi_enable_quick_chat_txt = new wxStaticText(this, wxID_ANY, _("Quick Chat:"));
m_slippi_enable_quick_chat_choice =
new wxChoice(this, wxID_ANY, wxDefaultPosition, wxDefaultSize, m_slippi_enable_quick_chat_strings);
m_slippi_enable_quick_chat_choice->SetToolTip(
Expand Down

0 comments on commit ab7266a

Please sign in to comment.