Skip to content

Commit adc408f

Browse files
committedNov 16, 2017
tooltip of relationstrength in project properties
improvement of the tooltip. more info, how to activate the duplicate button.
1 parent 7c08b71 commit adc408f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/qgsrelationadddlg.cpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ QgsRelationAddDlg::QgsRelationAddDlg( QWidget *parent )
3535

3636
mCbxRelationStrength->addItem( "Association", QVariant::fromValue( QgsRelation::RelationStrength::Association ) );
3737
mCbxRelationStrength->addItem( "Composition", QVariant::fromValue( QgsRelation::RelationStrength::Composition ) );
38-
mCbxRelationStrength->setToolTip( QStringLiteral( "On composition, the child features will be duplicated too. Duplications are made by the feature duplication default action" ) );
38+
mCbxRelationStrength->setToolTip( QStringLiteral( "On composition, the child features will be duplicated too.\nDuplications are made by the feature duplication action.\nThe default actions are activated in the Action section of the layer properties." ) );
3939

4040
mTxtRelationId->setPlaceholderText( tr( "[Generated automatically]" ) );
4141
checkDefinitionValid();

0 commit comments

Comments
 (0)
Please sign in to comment.