mirror of
https://github.com/libretro/RetroArch
synced 2025-02-24 18:39:59 +00:00
Localize NA string
This commit is contained in:
parent
66602f4ff8
commit
b1425bcd91
@ -1028,7 +1028,8 @@ static int action_bind_sublabel_netplay_room(
|
|||||||
subsystem = netplay_room_list[room_index].subsystem_name;
|
subsystem = netplay_room_list[room_index].subsystem_name;
|
||||||
na = msg_hash_to_str(MENU_ENUM_LABEL_VALUE_NOT_AVAILABLE);
|
na = msg_hash_to_str(MENU_ENUM_LABEL_VALUE_NOT_AVAILABLE);
|
||||||
|
|
||||||
if (string_is_empty(subsystem) || string_is_equal(subsystem, "N/A"))
|
if (string_is_empty(subsystem) || string_is_equal(subsystem,
|
||||||
|
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_NOT_AVAILABLE)))
|
||||||
{
|
{
|
||||||
snprintf(s, len,
|
snprintf(s, len,
|
||||||
"%s: %s (%s)\n%s: %s (%s)\nGame: %s (%08x)",
|
"%s: %s (%s)\n%s: %s (%s)\nGame: %s (%08x)",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user