From cdc60481cf3c92a8df6b09a81b5a9defa8b295c0 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 2 May 2018 21:56:45 +0200 Subject: [PATCH] Fix label --- intl/msg_hash_lbl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intl/msg_hash_lbl.h b/intl/msg_hash_lbl.h index 2c043d3ea1..15c3bc1a74 100644 --- a/intl/msg_hash_lbl.h +++ b/intl/msg_hash_lbl.h @@ -1377,7 +1377,7 @@ MSG_HASH(MENU_ENUM_LABEL_ADD_TO_MIXER_AND_PLAY, "audio_add_to_mixer_and_play") MSG_HASH(MENU_ENUM_LABEL_ADD_TO_MIXER_AND_COLLECTION, "audio_add_to_mixer_and_collection") -MSG_HASH(MENU_ENUM_LABEL_VALUE_ADD_TO_MIXER_AND_COLLECTION_AND_PLAY, +MSG_HASH(MENU_ENUM_LABEL_ADD_TO_MIXER_AND_COLLECTION_AND_PLAY, "audio_add_to_mixer_and_collection_and_play") MSG_HASH(MENU_ENUM_LABEL_FILTER_BY_CURRENT_CORE, "filter_by_current_Core")