Skip to content

Commit

Permalink
fix naming confusion with refernced (parent) and referencing (child
Browse files Browse the repository at this point in the history
  • Loading branch information
signedav committed Feb 3, 2021
1 parent 8405ca7 commit 3fdc251
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ui/qgsrelationmanagerdialogbase.ui
Expand Up @@ -26,22 +26,22 @@
</column>
<column>
<property name="text">
<string>Referencing Layer</string>
<string>Referenced Layer</string>
</property>
</column>
<column>
<property name="text">
<string>Referencing Field(s)</string>
<string>Referenced Field(s)</string>
</property>
</column>
<column>
<property name="text">
<string>Referenced Layer</string>
<string>Referencing Layer</string>
</property>
</column>
<column>
<property name="text">
<string>Referenced Field(s)</string>
<string>Referencing Field(s)</string>
</property>
</column>
<column>
Expand Down

0 comments on commit 3fdc251

Please sign in to comment.