diff --git a/intl/msg_hash_lbl.h b/intl/msg_hash_lbl.h index c227a5a524..38c9ccec2a 100644 --- a/intl/msg_hash_lbl.h +++ b/intl/msg_hash_lbl.h @@ -1285,6 +1285,10 @@ MSG_HASH( MENU_ENUM_LABEL_DEFERRED_MENU_SETTINGS_LIST, "deferred_menu_settings_list" ) +MSG_HASH( + MENU_ENUM_LABEL_APPICON_SETTINGS, + "appicon_settings" + ) #ifdef _3DS MSG_HASH( MENU_ENUM_LABEL_DEFERRED_MENU_BOTTOM_SETTINGS_LIST, diff --git a/intl/msg_hash_us.h b/intl/msg_hash_us.h index 875ba9e18e..999390dab4 100644 --- a/intl/msg_hash_us.h +++ b/intl/msg_hash_us.h @@ -5598,6 +5598,14 @@ MSG_HASH( MENU_ENUM_SUBLABEL_MENU_SETTINGS, "Change menu screen appearance settings." ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_APPICON_SETTINGS, + "App Icon" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_APPICON_SETTINGS, + "Change App Icon." + ) #ifdef _3DS MSG_HASH( MENU_ENUM_LABEL_VALUE_MENU_BOTTOM_SETTINGS, diff --git a/msg_hash.h b/msg_hash.h index 1cc171886c..c3ccb27837 100644 --- a/msg_hash.h +++ b/msg_hash.h @@ -1751,6 +1751,7 @@ enum msg_hash_enums MENU_LABEL(QUICK_MENU_VIEWS_SETTINGS), MENU_LABEL(SETTINGS_VIEWS_SETTINGS), MENU_LABEL(MENU_SETTINGS), + MENU_LABEL(APPICON_SETTINGS), #ifdef _3DS MENU_LABEL(MENU_BOTTOM_SETTINGS), #endif