1
0
mirror of https://github.com/KDE/krfb synced 2026-07-01 15:51:18 -07: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;
}