1
0
mirror of https://invent.kde.org/network/krfb synced 2024-07-01 07:24:29 +00:00

Proof-reading.

svn path=/trunk/KDE/kdenetwork/krfb/; revision=936908
This commit is contained in:
Andrew Coles 2009-03-08 16:27:30 +00:00
parent 173a43f3d2
commit 04e5768db5

View File

@ -107,7 +107,7 @@ enum rfbNewClientAction ConnectionController::handleNewClient()
if (!allowUninvited && InvitationManager::self()->activeInvitations() == 0) {
KNotification::event("ConnectionAttempted",
i18n("Attepted uninvited connection from %1: connection refused",
i18n("Refused uninvited connection attempt from %1",
remoteIp));
return RFB_CLIENT_REFUSE;
}