Navigation Menu

Skip to content

Commit

Permalink
Update src/app/qgswelcomepage.cpp
Browse files Browse the repository at this point in the history
Co-Authored-By: Nyall Dawson <nyall.dawson@gmail.com>
  • Loading branch information
m-kuhn and nyalldawson committed May 27, 2019
1 parent 07da9dc commit 58b5c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgswelcomepage.cpp
Expand Up @@ -234,7 +234,7 @@ void QgsWelcomePage::showContextMenuForTemplates( QPoint point )
connect( deleteFileAction, &QAction::triggered, this, [this, fileInfo, index]
{
QMessageBox msgBox( this );
msgBox.setWindowTitle( tr( "Delete template" ) );
msgBox.setWindowTitle( tr( "Delete Template" ) );
msgBox.setText( tr( "Do you want to delete the template %1? This action can not be undone." ).arg( index.data( QgsRecentProjectItemsModel::TitleRole ).toString() ) );
auto deleteButton = msgBox.addButton( tr( "Delete" ), QMessageBox::YesRole );
msgBox.addButton( QMessageBox::Cancel );
Expand Down

0 comments on commit 58b5c90

Please sign in to comment.