From fbf74565bdb6655a73388e1d831c664eb16ba5df Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 20 Oct 2016 19:52:32 +0200 Subject: [PATCH] Fix 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 ae9389376c..8670da0118 100644 --- a/intl/msg_hash_us.c +++ b/intl/msg_hash_us.c @@ -3024,7 +3024,7 @@ const char *msg_hash_to_str_us(enum msg_hash_enums msg) switch (msg) { case MENU_ENUM_SUBLABEL_NETPLAY: - return "Join and/or host a netplay session."; + return "Join or host a netplay session."; case MENU_ENUM_SUBLABEL_FPS_SHOW: return "Displays the current framerate per second onscreen."; case MENU_ENUM_SUBLABEL_VIDEO_SETTINGS: