Skip to content

Commit ccd142f

Browse files
signedavm-kuhn
authored andcommittedNov 8, 2017
Correct order of column headers in relationmanager
The column headers of "Referenced Field" and "Referenced Layer" were switched with respect to their content. Changed to the correct order in GUI now. Fix #17409
1 parent 6b9b513 commit ccd142f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/ui/qgsrelationmanagerdialogbase.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@
4545
</column>
4646
<column>
4747
<property name="text">
48-
<string>Referenced Field</string>
48+
<string>Referenced Layer</string>
4949
</property>
5050
</column>
5151
<column>
5252
<property name="text">
53-
<string>Referenced Layer</string>
53+
<string>Referenced Field</string>
5454
</property>
5555
</column>
5656
<column>

0 commit comments

Comments
 (0)
Please sign in to comment.