Remove space from the beginning of the line.

This commit is contained in:
Martin Měřinský 2017-02-20 08:46:40 +01:00 committed by Dirk Hohndel
parent f007f0329b
commit e7467a43eb

View file

@ -115,7 +115,7 @@ void UpdateManager::requestReceived()
// we allow an opt out of future checks // we allow an opt out of future checks
QMessageBox response(MainWindow::instance()); QMessageBox response(MainWindow::instance());
QString message = tr("Subsurface is checking every two weeks if a new version is available. " QString message = tr("Subsurface is checking every two weeks if a new version is available. "
"\n If you don't want Subsurface to continue checking, please click Decline."); "\nIf you don't want Subsurface to continue checking, please click Decline.");
response.addButton(tr("Decline"), QMessageBox::RejectRole); response.addButton(tr("Decline"), QMessageBox::RejectRole);
response.addButton(tr("Accept"), QMessageBox::AcceptRole); response.addButton(tr("Accept"), QMessageBox::AcceptRole);
response.setText(message); response.setText(message);