From 6f69034f6aceae86464d002e9acafe11f43395f4 Mon Sep 17 00:00:00 2001 From: Gregor Richards Date: Mon, 12 Feb 2018 13:41:20 -0500 Subject: [PATCH] Fix for es and ja as well. --- intl/msg_hash_es.h | 4 ++-- intl/msg_hash_ja.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/intl/msg_hash_es.h b/intl/msg_hash_es.h index 21b08740f3..ad4c55eba3 100644 --- a/intl/msg_hash_es.h +++ b/intl/msg_hash_es.h @@ -60,11 +60,11 @@ MSG_HASH( ) MSG_HASH( MSG_NETPLAY_S_HAS_JOINED_AS_PLAYER_N, - "%2$.*1$s se ha unido como jugador %3$u" + "%.*s se ha unido como jugador %u" ) MSG_HASH( MSG_NETPLAY_S_HAS_JOINED_WITH_INPUT_DEVICES_S, - "%2$.*1$s se ha unido con los dispositivos de entrada %4$.*3$s" + "%.*s se ha unido con los dispositivos de entrada %.*s" ) MSG_HASH( MSG_NETPLAY_NOT_RETROARCH, diff --git a/intl/msg_hash_ja.h b/intl/msg_hash_ja.h index bd87a61a92..37e94962e3 100644 --- a/intl/msg_hash_ja.h +++ b/intl/msg_hash_ja.h @@ -65,11 +65,11 @@ MSG_HASH( ) MSG_HASH( MSG_NETPLAY_S_HAS_JOINED_AS_PLAYER_N, - "「%2$.*1$s」がプレヤー「%3$u」で接続しました" + "「%.*s」がプレヤー「%u」で接続しました" ) MSG_HASH( MSG_NETPLAY_S_HAS_JOINED_WITH_INPUT_DEVICES_S, - "「%2$.*1$s」が入力デバイス「%4$.*3$s」で接続しました" + "「%.*s」が入力デバイス「%.*s」で接続しました" ) MSG_HASH( MSG_NETPLAY_NOT_RETROARCH,