diff --git a/src/gui/qt/startwindow/startwindowimpl.cpp b/src/gui/qt/startwindow/startwindowimpl.cpp index 3fbda328..dc65841b 100644 --- a/src/gui/qt/startwindow/startwindowimpl.cpp +++ b/src/gui/qt/startwindow/startwindowimpl.cpp @@ -843,7 +843,7 @@ void startWindowImpl::networkNotification(int notificationId) break; case NTF_NET_JOIN_NOT_INVITED: { QMessageBox::warning(this, tr("Network Notification"), - tr("This game is invite-only. You cannot join this game without being invited."), + tr("This game is of type invite-only. You cannot join this game without being invited."), QMessageBox::Close); } break; case NTF_NET_JOIN_GAME_NAME_IN_USE: