From cb6088653075491e926f90bb25f5ddaaee5dd3dc Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 20 Oct 2016 21:33:48 +0200 Subject: [PATCH] Update string --- intl/msg_hash_us.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intl/msg_hash_us.c b/intl/msg_hash_us.c index 67c16602df..3ee69341e1 100644 --- a/intl/msg_hash_us.c +++ b/intl/msg_hash_us.c @@ -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: