Skip to content

Commit

Permalink
Rename Parent to Child (#31290)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghtmtt authored and 3nids committed Aug 19, 2019
1 parent ea0b650 commit 8cdfc25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsrelationadddlg.cpp
Expand Up @@ -135,7 +135,7 @@ QgsRelationAddDlg::QgsRelationAddDlg( QWidget *parent )
QLabel *referencedLabel = new QLabel( tr( "Referenced layer (parent)" ), this );
layout->addWidget( referencedLabel, 1, 1 );
// col 2
QLabel *referencingLabel = new QLabel( tr( "Referencing layer (parent)" ), this );
QLabel *referencingLabel = new QLabel( tr( "Referencing layer (child)" ), this );
layout->addWidget( referencingLabel, 1, 2 );

// row 2: layer comboboxes
Expand Down

0 comments on commit 8cdfc25

Please sign in to comment.