From c44e4de4f85ad25338324bfff2dd5c5be56acb0a Mon Sep 17 00:00:00 2001 From: Gregor Richards Date: Mon, 12 Feb 2018 13:01:02 -0500 Subject: [PATCH] Remove leftover positional intl strings. --- intl/msg_hash_ar.h | 4 ++-- intl/msg_hash_us.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/intl/msg_hash_ar.h b/intl/msg_hash_ar.h index dd11b87f83..01732c817c 100644 --- a/intl/msg_hash_ar.h +++ b/intl/msg_hash_ar.h @@ -60,11 +60,11 @@ MSG_HASH( ) MSG_HASH( MSG_NETPLAY_S_HAS_JOINED_AS_PLAYER_N, - "%2$.*1$s has joined as player %3$u" + "%.*s has joined as player %u" ) MSG_HASH( MSG_NETPLAY_S_HAS_JOINED_WITH_INPUT_DEVICES_S, - "%2$.*1$s has joined with input devices %4$.*3$s" + "%.*s has joined with input devices %.*s" ) MSG_HASH( MSG_NETPLAY_NOT_RETROARCH, diff --git a/intl/msg_hash_us.h b/intl/msg_hash_us.h index 857121be1f..07edcb1537 100644 --- a/intl/msg_hash_us.h +++ b/intl/msg_hash_us.h @@ -60,11 +60,11 @@ MSG_HASH( ) MSG_HASH( MSG_NETPLAY_S_HAS_JOINED_AS_PLAYER_N, - "%2$.*1$s has joined as player %3$u" + "%.*s has joined as player %u" ) MSG_HASH( MSG_NETPLAY_S_HAS_JOINED_WITH_INPUT_DEVICES_S, - "%2$.*1$s has joined with input devices %4$.*3$s" + "%.*s has joined with input devices %.*s" ) MSG_HASH( MSG_NETPLAY_NOT_RETROARCH,