Skip to content

Commit

Permalink
Merge pull request #41345 from signedav/relation_naming
Browse files Browse the repository at this point in the history
Fix naming confusion in relations (project properties)
  • Loading branch information
signedav committed Feb 4, 2021
2 parents a2bc597 + 3fdc251 commit 0d857d2
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 0d857d2

Please sign in to comment.