diff --git a/intl/msg_hash_us.h b/intl/msg_hash_us.h index aea45ed317..a0d66f5fd3 100644 --- a/intl/msg_hash_us.h +++ b/intl/msg_hash_us.h @@ -880,7 +880,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_ZSTD_SUPPORT, - "ZStandard Support" + "Zstandard Support" ) MSG_HASH( MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_DYLIB_SUPPORT, diff --git a/libretro-common/formats/libchdr/libchdr_chd.c b/libretro-common/formats/libchdr/libchdr_chd.c index 840fce526c..51ba168df1 100644 --- a/libretro-common/formats/libchdr/libchdr_chd.c +++ b/libretro-common/formats/libchdr/libchdr_chd.c @@ -496,7 +496,7 @@ static const codec_interface codec_interfaces[] = /* V5 zstd compression */ { CHD_CODEC_ZSTD, - "ZStandard", + "zstd (Zstandard)", FALSE, zstd_codec_init, zstd_codec_free, @@ -506,7 +506,7 @@ static const codec_interface codec_interfaces[] = /* V5 CD zstd compression */ { CHD_CODEC_CD_ZSTD, - "cdzs (CD ZStandard)", + "cdzs (CD Zstandard)", FALSE, cdzs_codec_init, cdzs_codec_free,