We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent ea0b650 commit 8cdfc25Copy full SHA for 8cdfc25
src/app/qgsrelationadddlg.cpp
@@ -135,7 +135,7 @@ QgsRelationAddDlg::QgsRelationAddDlg( QWidget *parent )
135
QLabel *referencedLabel = new QLabel( tr( "Referenced layer (parent)" ), this );
136
layout->addWidget( referencedLabel, 1, 1 );
137
// col 2
138
- QLabel *referencingLabel = new QLabel( tr( "Referencing layer (parent)" ), this );
+ QLabel *referencingLabel = new QLabel( tr( "Referencing layer (child)" ), this );
139
layout->addWidget( referencingLabel, 1, 2 );
140
141
// row 2: layer comboboxes
0 commit comments