diff options
author | Martin Měřinský <mermar@centrum.cz> | 2017-02-20 08:46:40 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-02-21 07:03:10 -0800 |
commit | e7467a43eb4501d1bfdeeb0cc4a9bbfc36d3adf9 (patch) | |
tree | 3a3135d7be94345cb4e956090aa5b8b45bf3a5da | |
parent | f007f0329b778000ded6973fa53558ae7e0232b9 (diff) | |
download | subsurface-e7467a43eb4501d1bfdeeb0cc4a9bbfc36d3adf9.tar.gz |
Remove space from the beginning of the line.
-rw-r--r-- | desktop-widgets/updatemanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-widgets/updatemanager.cpp b/desktop-widgets/updatemanager.cpp index 603ba1b01..36c36bd65 100644 --- a/desktop-widgets/updatemanager.cpp +++ b/desktop-widgets/updatemanager.cpp @@ -115,7 +115,7 @@ void UpdateManager::requestReceived() // we allow an opt out of future checks QMessageBox response(MainWindow::instance()); 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("Accept"), QMessageBox::AcceptRole); response.setText(message); |