UI text: fix capitalization

Change-Id: Idcad814afc9e12256821106ee3272391ad95c8ef
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
This commit is contained in:
Leena Miettinen
2012-10-01 10:15:26 +02:00
parent 5ec5c2d772
commit aece556c1d

View File

@@ -272,7 +272,7 @@ void SftpChannelPrivate::handleChannelFailure()
throw SSH_SERVER_EXCEPTION(SSH_DISCONNECT_PROTOCOL_ERROR, throw SSH_SERVER_EXCEPTION(SSH_DISCONNECT_PROTOCOL_ERROR,
"Unexpected SSH_MSG_CHANNEL_FAILURE packet."); "Unexpected SSH_MSG_CHANNEL_FAILURE packet.");
} }
emit initializationFailed(tr("Server could not start sftp subsystem.")); emit initializationFailed(tr("Server could not start SFTP subsystem."));
closeChannel(); closeChannel();
} }