diff --git a/lib/coopnet/linux/libcoopnet.a b/lib/coopnet/linux/libcoopnet.a index 843ebc8b..91bf4e2d 100644 Binary files a/lib/coopnet/linux/libcoopnet.a and b/lib/coopnet/linux/libcoopnet.a differ diff --git a/src/pc/network/coopnet/coopnet.c b/src/pc/network/coopnet/coopnet.c index 1f3d7e89..02570bf1 100644 --- a/src/pc/network/coopnet/coopnet.c +++ b/src/pc/network/coopnet/coopnet.c @@ -106,7 +106,7 @@ static void coopnet_on_error(enum MPacketErrorNumber error, uint64_t tag) { } else if (localIndex != UNKNOWN_LOCAL_INDEX && gNetworkPlayers[localIndex].connected) { name = gNetworkPlayers[localIndex].name; } - djui_language_replace(DLANG(NOTIF, IMPORT_MOD_SUCCESS), built, 256, '@', name); + djui_language_replace(DLANG(NOTIF, PEER_FAILED), built, 256, '@', name); djui_popup_create(built, 2); } break;