Fix string

This commit is contained in:
twinaphex 2016-10-20 19:52:32 +02:00
parent e1d50a91a0
commit fbf74565bd

View File

@ -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: