You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/qgswelcomepage.cpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -247,7 +247,7 @@ void QgsWelcomePage::showContextMenuForTemplates( QPoint point )
247
247
{
248
248
QMessageBox msgBox( this );
249
249
msgBox.setWindowTitle( tr( "Delete Template" ) );
250
-
msgBox.setText( tr( "Do you want to delete the template %1? This action can not be undone." ).arg( index.data( QgsRecentProjectItemsModel::TitleRole ).toString() ) );
250
+
msgBox.setText( tr( "Do you want to delete the template %1? This action can not be undone." ).arg( index.data( QgsProjectListItemDelegate::TitleRole ).toString() ) );
251
251
auto deleteButton = msgBox.addButton( tr( "Delete" ), QMessageBox::YesRole );
0 commit comments