mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 14:42:30 +00:00
Merge pull request #4119 from lasers/fix-info-sublabel
Avoid unpredictable sublabel wrap
This commit is contained in:
commit
61872b8cae
@ -1671,7 +1671,7 @@ MSG_HASH(MENU_ENUM_SUBLABEL_LOG_VERBOSITY,
|
|||||||
MSG_HASH(MENU_ENUM_SUBLABEL_NETPLAY,
|
MSG_HASH(MENU_ENUM_SUBLABEL_NETPLAY,
|
||||||
"Join or host a netplay session.")
|
"Join or host a netplay session.")
|
||||||
MSG_HASH(MENU_ENUM_SUBLABEL_INFORMATION_LIST_LIST,
|
MSG_HASH(MENU_ENUM_SUBLABEL_INFORMATION_LIST_LIST,
|
||||||
"Display information for core, network, and system.\nDisplay manager for database and cursor.")
|
"Display information for core, network, and system. Display manager for database and cursor.")
|
||||||
MSG_HASH(MENU_ENUM_SUBLABEL_ONLINE_UPDATER,
|
MSG_HASH(MENU_ENUM_SUBLABEL_ONLINE_UPDATER,
|
||||||
"Download add-ons, components and contents for RetroArch.")
|
"Download add-ons, components and contents for RetroArch.")
|
||||||
MSG_HASH(MENU_ENUM_SUBLABEL_SAMBA_ENABLE,
|
MSG_HASH(MENU_ENUM_SUBLABEL_SAMBA_ENABLE,
|
||||||
|
@ -1639,7 +1639,7 @@ MSG_HASH(MENU_ENUM_SUBLABEL_LOG_VERBOSITY,
|
|||||||
MSG_HASH(MENU_ENUM_SUBLABEL_NETPLAY,
|
MSG_HASH(MENU_ENUM_SUBLABEL_NETPLAY,
|
||||||
"Join or host a netplay session.")
|
"Join or host a netplay session.")
|
||||||
MSG_HASH(MENU_ENUM_SUBLABEL_INFORMATION_LIST_LIST,
|
MSG_HASH(MENU_ENUM_SUBLABEL_INFORMATION_LIST_LIST,
|
||||||
"Display information for core, network, and system.\nDisplay manager for database and cursor.")
|
"Display information for core, network, and system. Display manager for database and cursor.")
|
||||||
MSG_HASH(MENU_ENUM_SUBLABEL_ONLINE_UPDATER,
|
MSG_HASH(MENU_ENUM_SUBLABEL_ONLINE_UPDATER,
|
||||||
"Download add-ons, components and contents for RetroArch.")
|
"Download add-ons, components and contents for RetroArch.")
|
||||||
MSG_HASH(MENU_ENUM_SUBLABEL_SAMBA_ENABLE,
|
MSG_HASH(MENU_ENUM_SUBLABEL_SAMBA_ENABLE,
|
||||||
|
@ -1671,7 +1671,7 @@ MSG_HASH(MENU_ENUM_SUBLABEL_LOG_VERBOSITY,
|
|||||||
MSG_HASH(MENU_ENUM_SUBLABEL_NETPLAY,
|
MSG_HASH(MENU_ENUM_SUBLABEL_NETPLAY,
|
||||||
"Join or host a netplay session.")
|
"Join or host a netplay session.")
|
||||||
MSG_HASH(MENU_ENUM_SUBLABEL_INFORMATION_LIST_LIST,
|
MSG_HASH(MENU_ENUM_SUBLABEL_INFORMATION_LIST_LIST,
|
||||||
"Display information for core, network, and system.\nDisplay manager for database and cursor.")
|
"Display information for core, network, and system. Display manager for database and cursor.")
|
||||||
MSG_HASH(MENU_ENUM_SUBLABEL_ONLINE_UPDATER,
|
MSG_HASH(MENU_ENUM_SUBLABEL_ONLINE_UPDATER,
|
||||||
"Download add-ons, components and contents for RetroArch.")
|
"Download add-ons, components and contents for RetroArch.")
|
||||||
MSG_HASH(MENU_ENUM_SUBLABEL_SAMBA_ENABLE,
|
MSG_HASH(MENU_ENUM_SUBLABEL_SAMBA_ENABLE,
|
||||||
|
@ -1667,7 +1667,7 @@ MSG_HASH(MENU_ENUM_SUBLABEL_LOG_VERBOSITY,
|
|||||||
MSG_HASH(MENU_ENUM_SUBLABEL_NETPLAY,
|
MSG_HASH(MENU_ENUM_SUBLABEL_NETPLAY,
|
||||||
"Join or host a netplay session.")
|
"Join or host a netplay session.")
|
||||||
MSG_HASH(MENU_ENUM_SUBLABEL_INFORMATION_LIST_LIST,
|
MSG_HASH(MENU_ENUM_SUBLABEL_INFORMATION_LIST_LIST,
|
||||||
"Display information for core, network, and system.\nDisplay manager for database and cursor.")
|
"Display information for core, network, and system. Display manager for database and cursor.")
|
||||||
MSG_HASH(MENU_ENUM_SUBLABEL_ONLINE_UPDATER,
|
MSG_HASH(MENU_ENUM_SUBLABEL_ONLINE_UPDATER,
|
||||||
"Download add-ons, components and contents for RetroArch.")
|
"Download add-ons, components and contents for RetroArch.")
|
||||||
MSG_HASH(MENU_ENUM_SUBLABEL_SAMBA_ENABLE,
|
MSG_HASH(MENU_ENUM_SUBLABEL_SAMBA_ENABLE,
|
||||||
|
@ -1689,7 +1689,7 @@ MSG_HASH(MENU_ENUM_SUBLABEL_NETPLAY,
|
|||||||
MSG_HASH(MENU_ENUM_SUBLABEL_NETPLAY_LAN_SCAN_SETTINGS,
|
MSG_HASH(MENU_ENUM_SUBLABEL_NETPLAY_LAN_SCAN_SETTINGS,
|
||||||
"Search for and connect to netplay hosts on the local network.")
|
"Search for and connect to netplay hosts on the local network.")
|
||||||
MSG_HASH(MENU_ENUM_SUBLABEL_INFORMATION_LIST_LIST,
|
MSG_HASH(MENU_ENUM_SUBLABEL_INFORMATION_LIST_LIST,
|
||||||
"Display information for core, network, and system.\nDisplay manager for database and cursor.")
|
"Display information for core, network, and system. Display manager for database and cursor.")
|
||||||
MSG_HASH(MENU_ENUM_SUBLABEL_ONLINE_UPDATER,
|
MSG_HASH(MENU_ENUM_SUBLABEL_ONLINE_UPDATER,
|
||||||
"Download add-ons, components and contents for RetroArch.")
|
"Download add-ons, components and contents for RetroArch.")
|
||||||
MSG_HASH(MENU_ENUM_SUBLABEL_SAMBA_ENABLE,
|
MSG_HASH(MENU_ENUM_SUBLABEL_SAMBA_ENABLE,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user