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 6eb5b3e commit 07da9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgswelcomepage.cpp
Expand Up @@ -230,7 +230,7 @@ void QgsWelcomePage::showContextMenuForTemplates( QPoint point )

if ( fileInfo.isWritable() )
{
QAction *deleteFileAction = new QAction( tr( "Delete template" ) );
QAction *deleteFileAction = new QAction( tr( "Delete Template…" ), menu );
connect( deleteFileAction, &QAction::triggered, this, [this, fileInfo, index]
{
QMessageBox msgBox( this );
Expand Down

0 comments on commit 07da9dc

Please sign in to comment.