Merge pull request #12664 from markwkidd/upnp-error

clarify netplay upnp port mapping status messages
This commit is contained in:
Autechre 2021-07-19 02:11:44 +02:00 committed by GitHub
commit 8bde566019
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10536,11 +10536,11 @@ MSG_HASH(
) )
MSG_HASH( MSG_HASH(
MSG_PUBLIC_ADDRESS, MSG_PUBLIC_ADDRESS,
"Port Mapping Successful" "Netplay Port Mapping Successful"
) )
MSG_HASH( MSG_HASH(
MSG_UPNP_FAILED, MSG_UPNP_FAILED,
"Port Mapping Failed" "Netplay UPNP Port Mapping Failed"
) )
MSG_HASH( MSG_HASH(
MSG_NO_ARGUMENTS_SUPPLIED_AND_NO_MENU_BUILTIN, MSG_NO_ARGUMENTS_SUPPLIED_AND_NO_MENU_BUILTIN,