mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Merge pull request #38886 from DelazJ/applyChangesTooltip
Fix tooltip of "Apply Changes" button in Handle unavailable layers dialog
This commit is contained in:
commit
61a1801e3d
@ -89,7 +89,7 @@ QgsHandleBadLayers::QgsHandleBadLayers( const QList<QDomNode> &layers )
|
||||
mAutoFindButton->setToolTip( tr( "Attempts to automatically find the layers based on the file name (can be slow)." ) );
|
||||
buttonBox->addButton( mAutoFindButton, QDialogButtonBox::ActionRole );
|
||||
mApplyButton = new QPushButton( tr( "Apply Changes" ) );
|
||||
mApplyButton->setToolTip( tr( "Apply fixes to unavailable layers (remaining unavailable layers will be removed from the project)." ) );
|
||||
mApplyButton->setToolTip( tr( "Apply fixes to unavailable layers and load them in the project if the new path is correct." ) );
|
||||
buttonBox->addButton( mApplyButton, QDialogButtonBox::ActionRole );
|
||||
|
||||
connect( mLayerList, &QTableWidget::itemSelectionChanged, this, &QgsHandleBadLayers::selectionChanged );
|
||||
|
Loading…
x
Reference in New Issue
Block a user