From 8914f0b6fe496162d6e404da564580b911e21ae8 Mon Sep 17 00:00:00 2001 From: Cthulhu-throwaway <96153783+Cthulhu-throwaway@users.noreply.github.com> Date: Sat, 13 Aug 2022 05:54:09 -0300 Subject: [PATCH] (Netplay) Less cryptic error messages (#14319) --- intl/msg_hash_us.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/intl/msg_hash_us.h b/intl/msg_hash_us.h index 5c6fc29881..26e3e2e0fe 100644 --- a/intl/msg_hash_us.h +++ b/intl/msg_hash_us.h @@ -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,