mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-02 15:05:09 +00:00
Remove leftover positional intl strings.
This commit is contained in:
parent
d3504abc5d
commit
c44e4de4f8
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user