From e37c1c330daddb10909f372280088582bd871f51 Mon Sep 17 00:00:00 2001 From: Tatsuya79 Date: Thu, 29 Nov 2018 13:45:06 +0100 Subject: [PATCH] Fix missing label. --- intl/msg_hash_us.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/intl/msg_hash_us.h b/intl/msg_hash_us.h index a3482164c3..fa0017737a 100644 --- a/intl/msg_hash_us.h +++ b/intl/msg_hash_us.h @@ -1251,6 +1251,10 @@ MSG_HASH( MENU_ENUM_LABEL_VALUE_INPUT_META_FRAMEADVANCE, "Frameadvance" ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_INPUT_META_FPS_TOGGLE, + "FPS toggle" + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_INPUT_META_FULLSCREEN_TOGGLE_KEY, "Fullscreen toggle"