Skip to content

Commit

Permalink
Armonize combobox text
Browse files Browse the repository at this point in the history
  • Loading branch information
domi4484 committed Jul 11, 2022
1 parent 3e26297 commit 27b3b4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def __init__(self, relation, parent):
self.__relation_cardinality_combobox = combobox
break

self.__relation_cardinality_combobox.addItem("One to one",
self.__relation_cardinality_combobox.addItem("One to one relation",
LinkingRelationEditorConfigWidget.USER_DATA_ONE_TO_ONE)

def setConfig(self, config):
Expand Down

0 comments on commit 27b3b4e

Please sign in to comment.