(Netplay) Less cryptic error messages (#14319)

This commit is contained in:
Cthulhu-throwaway 2022-08-13 05:54:09 -03:00 committed by GitHub
parent 1580dbae6b
commit 8914f0b6fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11637,7 +11637,7 @@ MSG_HASH(
)
MSG_HASH(
MSG_NETPLAY_OUT_OF_DATE,
"The netplay peer is running an old version of RetroArch. Cannot connect."
"A netplay peer is running an old version of RetroArch. Cannot connect."
)
MSG_HASH(
MSG_NETPLAY_DIFFERENT_VERSIONS,
@ -11653,11 +11653,11 @@ MSG_HASH(
)
MSG_HASH(
MSG_NETPLAY_ENDIAN_DEPENDENT,
"This core does not support inter-architecture netplay between these systems"
"This core does not support netplay between these platforms"
)
MSG_HASH(
MSG_NETPLAY_PLATFORM_DEPENDENT,
"This core does not support inter-architecture netplay"
"This core does not support netplay between different platforms"
)
MSG_HASH(
MSG_NETPLAY_ENTER_PASSWORD,