mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-03 18:22:42 +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,
|
||||
"Join or host a netplay session.")
|
||||
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,
|
||||
"Download add-ons, components and contents for RetroArch.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_SAMBA_ENABLE,
|
||||
|
@ -1639,7 +1639,7 @@ MSG_HASH(MENU_ENUM_SUBLABEL_LOG_VERBOSITY,
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_NETPLAY,
|
||||
"Join or host a netplay session.")
|
||||
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,
|
||||
"Download add-ons, components and contents for RetroArch.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_SAMBA_ENABLE,
|
||||
|
@ -1671,7 +1671,7 @@ MSG_HASH(MENU_ENUM_SUBLABEL_LOG_VERBOSITY,
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_NETPLAY,
|
||||
"Join or host a netplay session.")
|
||||
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,
|
||||
"Download add-ons, components and contents for RetroArch.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_SAMBA_ENABLE,
|
||||
|
@ -1667,7 +1667,7 @@ MSG_HASH(MENU_ENUM_SUBLABEL_LOG_VERBOSITY,
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_NETPLAY,
|
||||
"Join or host a netplay session.")
|
||||
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,
|
||||
"Download add-ons, components and contents for RetroArch.")
|
||||
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,
|
||||
"Search for and connect to netplay hosts on the local network.")
|
||||
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,
|
||||
"Download add-ons, components and contents for RetroArch.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_SAMBA_ENABLE,
|
||||
|
Loading…
x
Reference in New Issue
Block a user