diff --git a/src/online/online_player_profile.cpp b/src/online/online_player_profile.cpp index 78b6b993d..73d6682a9 100644 --- a/src/online/online_player_profile.cpp +++ b/src/online/online_player_profile.cpp @@ -403,7 +403,7 @@ namespace Online } else if(to_notify.size() > 3) { - message = ngettext("%d friends are now online.", to_notify.size(), + message = _("%d friends are now online.", (int)to_notify.size()); } MessageQueue::add(MessageQueue::MT_FRIEND, message);