diff --git a/src/debug_menu.cpp b/src/debug_menu.cpp index 7f588cf199b5..548da11d01a9 100644 --- a/src/debug_menu.cpp +++ b/src/debug_menu.cpp @@ -212,7 +212,7 @@ static int info_uilist( bool display_all_entries = true ) { uilist_entry( DEBUG_SAVE_SCREENSHOT, true, 'H', _( "Take screenshot" ) ) }, { uilist_entry( DEBUG_BUG_REPORT, true, 'U', _( "Submit a bug report on github" ) ) }, { uilist_entry( DEBUG_GAME_REPORT, true, 'r', _( "Generate game report" ) ) }, - { uilist_entry( DEBUG_JOIN_DISCORD, true, 'J', _( "Join us on Discord" ) ) }, + { uilist_entry( DEBUG_JOIN_DISCORD, true, 'J', _( "Join the Discord" ) ) }, }; if( display_all_entries ) {