Skip to content
Snippets Groups Projects
Commit aece556c authored by Leena Miettinen's avatar Leena Miettinen
Browse files

UI text: fix capitalization


Change-Id: Idcad814afc9e12256821106ee3272391ad95c8ef
Reviewed-by: default avatarChristian Kandeler <christian.kandeler@digia.com>
parent 5ec5c2d7
No related branches found
No related tags found
No related merge requests found
......@@ -272,7 +272,7 @@ void SftpChannelPrivate::handleChannelFailure()
throw SSH_SERVER_EXCEPTION(SSH_DISCONNECT_PROTOCOL_ERROR,
"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();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment