Skip to content

Commit

Permalink
[PS] summary result option wording
Browse files Browse the repository at this point in the history
added "and environments" Also inserted a linebreak
  • Loading branch information
stannam committed May 5, 2022
1 parent f3e37e3 commit 654c832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corpustools/gui/psgui.py
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ def __init__(self, parent, settings, recents, saved, corpus, inventory, showTool
searchLayout.addWidget(saveSearch)

optionLayout.addWidget(searchFrame)
self.segsum = QCheckBox('List target segments separately in summary results')
self.segsum = QCheckBox('List target segments and environments\nseparately in summary results')
optionLayout.addWidget(self.segsum)
# for additional filters (word/phoneme/syllable frequency filters)
validator = QDoubleValidator(float('inf'), 0, 8) # values should be 0-inf with max 8 sub-decimal digits
Expand Down

1 comment on commit 654c832

@stannam
Copy link
Member Author

@stannam stannam commented on 654c832 May 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.