Fix string
This commit is contained in:
parent
e1d50a91a0
commit
fbf74565bd
|
@ -3024,7 +3024,7 @@ const char *msg_hash_to_str_us(enum msg_hash_enums msg)
|
||||||
switch (msg)
|
switch (msg)
|
||||||
{
|
{
|
||||||
case MENU_ENUM_SUBLABEL_NETPLAY:
|
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:
|
case MENU_ENUM_SUBLABEL_FPS_SHOW:
|
||||||
return "Displays the current framerate per second onscreen.";
|
return "Displays the current framerate per second onscreen.";
|
||||||
case MENU_ENUM_SUBLABEL_VIDEO_SETTINGS:
|
case MENU_ENUM_SUBLABEL_VIDEO_SETTINGS:
|
||||||
|
|
Loading…
Reference in New Issue