Update string

This commit is contained in:
twinaphex 2016-10-20 21:33:48 +02:00
parent 7cce75f552
commit cb60886530

View File

@ -3026,7 +3026,7 @@ const char *msg_hash_to_str_us(enum msg_hash_enums msg)
case MENU_ENUM_SUBLABEL_VIDEO_BLACK_FRAME_INSERTION:
return "Inserts a black frame inbetween frames. Useful for 120 Hz monitors who want to play 60 Hz material with eliminated ghosting.";
case MENU_ENUM_SUBLABEL_VIDEO_FRAME_DELAY:
return "Reduces latency at cost of higher risk of video stuttering by adding a delay after V-Sync (in ms).";
return "Reduces latency at cost of higher risk of video stuttering. Adds a delay after V-Sync (in ms).";
case MENU_ENUM_SUBLABEL_ADD_CONTENT_LIST:
return "Download and/or scan content, and add it to your collection.";
case MENU_ENUM_SUBLABEL_NETPLAY: