diff --git a/intl/msg_hash_us.c b/intl/msg_hash_us.c index a07725754a..53e4c36547 100644 --- a/intl/msg_hash_us.c +++ b/intl/msg_hash_us.c @@ -352,6 +352,10 @@ int menu_hash_get_help_us_enum(enum msg_hash_enums msg, char *s, size_t len) snprintf(s, len, "Convoluted Cosine implementation."); break; + default: + if (string_is_empty(s)) + strlcpy(s, msg_hash_to_str(MENU_ENUM_LABEL_VALUE_NO_INFORMATION_AVAILABLE), len); + break; } break; case MENU_ENUM_LABEL_VIDEO_SHADER_PRESET: