Remove leftover positional intl strings.

This commit is contained in:
Gregor Richards 2018-02-12 13:01:02 -05:00
parent d3504abc5d
commit c44e4de4f8
2 changed files with 4 additions and 4 deletions

View File

@ -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,

View File

@ -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,