mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 20:23:25 +00:00
Remove space from the beginning of the line.
This commit is contained in:
parent
f007f0329b
commit
e7467a43eb
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue