Skip to content

Commit

Permalink
Adding an additional space in the message.
Browse files Browse the repository at this point in the history
  • Loading branch information
alacasta committed Apr 8, 2020
1 parent e1ca46e commit 0260288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/remote.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Remote::Remote(QObject *qObject, SSHConnectionSettings *sshSettings)
bar->setTextVisible(false);
connectingIndication->setBar(bar);
connectingIndication->setWindowTitle("Connecting");
connectingIndication->setLabelText("Establishing the connection with" + QString::fromUtf8(sshSettings->getHostname()) + ". Please wait...");
connectingIndication->setLabelText("Establishing the connection with " + QString::fromUtf8(sshSettings->getHostname()) + ". Please wait...");
connectingIndication->setCancelButton(nullptr);
connectingIndication->setRange(0, 0);
connectingIndication->setWindowModality(Qt::WindowModal);
Expand Down

0 comments on commit 0260288

Please sign in to comment.