Skip to content

Commit 5de38be

Browse files
committed
Rename hotkey to be more accurate
1 parent 04f40de commit 5de38be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/Core/Core/HotkeyManager.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ constexpr std::array<const char*, NUM_HOTKEYS> s_hotkey_labels{{
3737
_trans("Unlock Cursor"),
3838
_trans("Center Mouse"),
3939
_trans("Activate NetPlay Chat"),
40-
_trans("Collapse NetPlay Chat"),
41-
_trans("Expand NetPlay Chat"),
40+
_trans("Hide NetPlay Chat"),
41+
_trans("Show NetPlay Chat"),
4242
_trans("Control NetPlay Golf Mode"),
4343
#ifdef USE_RETRO_ACHIEVEMENTS
4444
_trans("Open Achievements"),

0 commit comments

Comments
 (0)