Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update string
  • Loading branch information
nyalldawson committed May 10, 2023
1 parent afb996a commit 11d4b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/processing/models/qgsmodeloutputreorderwidget.cpp
Expand Up @@ -94,7 +94,7 @@ QString QgsModelOutputReorderWidget::outputGroup() const
QgsModelOutputReorderDialog::QgsModelOutputReorderDialog( QWidget *parent )
: QDialog( parent )
{
setWindowTitle( tr( "Reorder Model Outputs" ) );
setWindowTitle( tr( "Reorder Output Layers" ) );
mWidget = new QgsModelOutputReorderWidget();
QVBoxLayout *vl = new QVBoxLayout();
vl->addWidget( mWidget, 1 );
Expand Down

0 comments on commit 11d4b51

Please sign in to comment.