From c9edc87d4a4cb5629f0ab7034cd315e2c7075feb Mon Sep 17 00:00:00 2001 From: Gregor Richards Date: Fri, 2 Dec 2016 22:52:19 -0500 Subject: [PATCH] Add NO_NETPLAY_HOSTS_FOUND to labels as well. --- intl/msg_hash_lbl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/intl/msg_hash_lbl.h b/intl/msg_hash_lbl.h index ba73b123d8..4ea1c0930b 100644 --- a/intl/msg_hash_lbl.h +++ b/intl/msg_hash_lbl.h @@ -624,6 +624,8 @@ MSG_HASH(MENU_ENUM_LABEL_NO_HISTORY_AVAILABLE, "no_history") MSG_HASH(MENU_ENUM_LABEL_NO_ITEMS, "no_items") +MSG_HASH(MENU_ENUM_LABEL_NO_NETPLAY_HOSTS_FOUND, + "no_netplay_hosts_found") MSG_HASH(MENU_ENUM_LABEL_NO_NETWORKS_FOUND, "no_networks_found") MSG_HASH(MENU_ENUM_LABEL_NO_PERFORMANCE_COUNTERS,