diff --git a/intl/msg_hash_ar.h b/intl/msg_hash_ar.h index fde2645af9..f6b9579beb 100644 --- a/intl/msg_hash_ar.h +++ b/intl/msg_hash_ar.h @@ -248,7 +248,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_LABEL_VALUE_NETPLAY_TAB, - "Netplay Rooms" + "Netplay" ) MSG_HASH( MENU_ENUM_LABEL_VALUE_ASK_ARCHIVE, diff --git a/intl/msg_hash_de.h b/intl/msg_hash_de.h index b422c22830..fde414c60f 100644 --- a/intl/msg_hash_de.h +++ b/intl/msg_hash_de.h @@ -236,7 +236,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_LABEL_VALUE_NETPLAY_TAB, - "Netplay-Räume" + "Netplay" ) MSG_HASH( MENU_ENUM_LABEL_VALUE_ASK_ARCHIVE, diff --git a/intl/msg_hash_el.h b/intl/msg_hash_el.h index 1119261979..f4fa812802 100644 --- a/intl/msg_hash_el.h +++ b/intl/msg_hash_el.h @@ -256,7 +256,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_LABEL_VALUE_NETPLAY_TAB, - "Δωμάτια Netplay" + "Netplay" ) MSG_HASH( MENU_ENUM_LABEL_VALUE_ASK_ARCHIVE, diff --git a/intl/msg_hash_it.h b/intl/msg_hash_it.h index 06b19502db..3650fb8440 100644 --- a/intl/msg_hash_it.h +++ b/intl/msg_hash_it.h @@ -236,7 +236,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_LABEL_VALUE_NETPLAY_TAB, - "Lobby Netplay " + "Netplay" ) MSG_HASH( MENU_ENUM_LABEL_VALUE_ASK_ARCHIVE, diff --git a/intl/msg_hash_pt_pt.h b/intl/msg_hash_pt_pt.h index f2e2b841e5..33bd76d993 100644 --- a/intl/msg_hash_pt_pt.h +++ b/intl/msg_hash_pt_pt.h @@ -208,7 +208,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_LABEL_VALUE_NETPLAY_TAB, - "Salas de Netplay" + "Netplay" ) MSG_HASH( MENU_ENUM_LABEL_VALUE_ASK_ARCHIVE, diff --git a/intl/msg_hash_ru.h b/intl/msg_hash_ru.h index 5bed0f2e7c..cfcdf9ea98 100644 --- a/intl/msg_hash_ru.h +++ b/intl/msg_hash_ru.h @@ -208,7 +208,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_LABEL_VALUE_NETPLAY_TAB, - "Сетевая игра" + "Сетева" ) MSG_HASH( MENU_ENUM_LABEL_VALUE_ASK_ARCHIVE, diff --git a/intl/msg_hash_tr.h b/intl/msg_hash_tr.h index 4bfa0b6dd6..1fd04521c9 100644 --- a/intl/msg_hash_tr.h +++ b/intl/msg_hash_tr.h @@ -291,7 +291,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_LABEL_VALUE_NETPLAY_TAB, - "Netplay Odaları" + "Netplay" ) MSG_HASH( MENU_ENUM_LABEL_VALUE_ASK_ARCHIVE, diff --git a/intl/msg_hash_us.h b/intl/msg_hash_us.h index 0ac897ebc7..2e461a859f 100644 --- a/intl/msg_hash_us.h +++ b/intl/msg_hash_us.h @@ -284,7 +284,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_LABEL_VALUE_NETPLAY_TAB, - "Netplay Rooms" + "Netplay" ) MSG_HASH( MENU_ENUM_LABEL_VALUE_ASK_ARCHIVE, diff --git a/intl/msg_hash_vn.h b/intl/msg_hash_vn.h index ac24b274e7..f9878f4333 100644 --- a/intl/msg_hash_vn.h +++ b/intl/msg_hash_vn.h @@ -208,7 +208,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_LABEL_VALUE_NETPLAY_TAB, - "Netplay Rooms" + "Netplay" ) MSG_HASH( MENU_ENUM_LABEL_VALUE_ASK_ARCHIVE, diff --git a/menu/cbs/menu_cbs_ok.c b/menu/cbs/menu_cbs_ok.c index b5fd4cb779..1b5a6dcbe1 100644 --- a/menu/cbs/menu_cbs_ok.c +++ b/menu/cbs/menu_cbs_ok.c @@ -5071,6 +5071,13 @@ void netplay_refresh_rooms_menu(file_list_t *list) MENU_ENUM_LABEL_NETPLAY_ENABLE_CLIENT, MENU_SETTING_ACTION, 0, 0); + menu_entries_append_enum(list, + msg_hash_to_str(MENU_ENUM_LABEL_VALUE_NETWORK_SETTINGS), + msg_hash_to_str(MENU_ENUM_LABEL_NETWORK_SETTINGS), + MENU_ENUM_LABEL_NETWORK_SETTINGS, + MENU_SETTING_ACTION, 0, 0); + + menu_entries_append_enum(list, msg_hash_to_str(MENU_ENUM_LABEL_VALUE_NETPLAY_REFRESH_ROOMS), msg_hash_to_str(MENU_ENUM_LABEL_NETPLAY_REFRESH_ROOMS),