Correct styling in msg_hash_us

This commit is contained in:
Alfrix 2018-09-27 17:40:08 -03:00
parent 9dfa48395e
commit 307630722c

View File

@ -7574,11 +7574,19 @@ MSG_HASH(
MENU_ENUM_LABEL_VALUE_ACCOUNTS_YOUTUBE,
"YouTube"
)
MSG_HASH(MENU_ENUM_LABEL_VALUE_TWITCH_STREAM_KEY,
"Twitch Stream Key")
MSG_HASH(MENU_ENUM_LABEL_VALUE_YOUTUBE_STREAM_KEY,
"YouTube Stream Key")
MSG_HASH(MENU_ENUM_LABEL_VALUE_STREAMING_MODE,
"Streaming Mode")
MSG_HASH(MENU_ENUM_LABEL_VALUE_STREAMING_TITLE,
"Title of Stream")
MSG_HASH(
MENU_ENUM_LABEL_VALUE_TWITCH_STREAM_KEY,
"Twitch Stream Key"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_YOUTUBE_STREAM_KEY,
"YouTube Stream Key"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_STREAMING_MODE,
"Streaming Mode"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_STREAMING_TITLE,
"Title of Stream"
)