mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-10 21:10:15 +00:00
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)
|
||||
{
|
||||
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user