Skip to content

Commit

Permalink
Add information for Netplay->ScanLocalNetwork
Browse files Browse the repository at this point in the history
  • Loading branch information
lasers committed Dec 8, 2016
1 parent 1d38dba commit 10e2c5a
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions intl/msg_hash_chs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1579,6 +1579,10 @@ int menu_hash_get_help_chs_enum(enum msg_hash_enums msg, char *s, size_t len)
snprintf(s, len,
"Setting related to Netplay.");
break;
case MENU_ENUM_LABEL_NETPLAY_LAN_SCAN_SETTINGS:
snprintf(s, len,
"Search for and connect to netplay hosts on the local network.");
break;
case MENU_ENUM_LABEL_DYNAMIC_WALLPAPER:
snprintf(s, len,
"Dynamically load a new wallpaper \n"
Expand Down
4 changes: 4 additions & 0 deletions intl/msg_hash_ja.c
Original file line number Diff line number Diff line change
Expand Up @@ -1610,6 +1610,10 @@ int menu_hash_get_help_jp_enum(enum msg_hash_enums msg, char *s, size_t len)
snprintf(s, len,
"Setting related to Netplay.");
break;
case MENU_ENUM_LABEL_NETPLAY_LAN_SCAN_SETTINGS:
snprintf(s, len,
"Search for and connect to netplay hosts on the local network.");
break;
case MENU_ENUM_LABEL_DYNAMIC_WALLPAPER:
snprintf(s, len,
"Dynamically load a new wallpaper \n"
Expand Down
2 changes: 2 additions & 0 deletions intl/msg_hash_lbl.h
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,8 @@ MSG_HASH(MENU_ENUM_LABEL_NETPLAY_SPECTATOR_MODE_ENABLE,
"netplay_spectator_mode_enable")
MSG_HASH(MENU_ENUM_LABEL_NETPLAY_TCP_UDP_PORT,
"netplay_tcp_udp_port")
MSG_HASH(MENU_ENUM_LABEL_NETPLAY_LAN_SCAN_SETTINGS,
"Search for and connect to netplay hosts on the local network.")
MSG_HASH(MENU_ENUM_LABEL_NETWORK_CMD_ENABLE,
"network_cmd_enable")
MSG_HASH(MENU_ENUM_LABEL_NETWORK_CMD_PORT,
Expand Down
4 changes: 4 additions & 0 deletions intl/msg_hash_us.c
Original file line number Diff line number Diff line change
Expand Up @@ -1612,6 +1612,10 @@ int menu_hash_get_help_us_enum(enum msg_hash_enums msg, char *s, size_t len)
snprintf(s, len,
"Disconnects an active Netplay connection.");
break;
case MENU_ENUM_LABEL_NETPLAY_LAN_SCAN_SETTINGS:
snprintf(s, len,
"Search for and connect to netplay hosts on the local network.");
break;
case MENU_ENUM_LABEL_NETPLAY_SETTINGS:
snprintf(s, len,
"Setting related to Netplay.");
Expand Down
4 changes: 4 additions & 0 deletions intl/msg_hash_vn.c
Original file line number Diff line number Diff line change
Expand Up @@ -1612,6 +1612,10 @@ int menu_hash_get_help_vn_enum(enum msg_hash_enums msg, char *s, size_t len)
snprintf(s, len,
"Setting related to Netplay.");
break;
case MENU_ENUM_LABEL_NETPLAY_LAN_SCAN_SETTINGS:
snprintf(s, len,
"Search for and connect to netplay hosts on the local network.");
break;
case MENU_ENUM_LABEL_DYNAMIC_WALLPAPER:
snprintf(s, len,
"Dynamically tải a new wallpaper \n"
Expand Down

0 comments on commit 10e2c5a

Please sign in to comment.