Skip to content

Commit

Permalink
Rename "Run in background" to "Run"
Browse files Browse the repository at this point in the history
The user has no other option anyway, so the only thing the extra text could possibly make a user do is look for the other button which is not there.

Fix #19573 (https://issues.qgis.org/issues/19573)
  • Loading branch information
m-kuhn committed Aug 9, 2018
1 parent 55473e7 commit 4a9dec7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/gui/processing/qgsprocessingalgorithmdialogbase.cpp
Expand Up @@ -143,9 +143,6 @@ void QgsProcessingAlgorithmDialogBase::setAlgorithm( QgsProcessingAlgorithm *alg
textShortHelp->setHtml( algHelp );
connect( textShortHelp, &QTextBrowser::anchorClicked, this, &QgsProcessingAlgorithmDialogBase::linkClicked );
}

if ( !( algorithm->flags() & QgsProcessingAlgorithm::FlagNoThreading ) )
mButtonRun->setText( tr( "Run in Background" ) );
}

QgsProcessingAlgorithm *QgsProcessingAlgorithmDialogBase::algorithm()
Expand Down

0 comments on commit 4a9dec7

Please sign in to comment.