Skip to content

Commit

Permalink
[PS] wording #801
Browse files Browse the repository at this point in the history
  • Loading branch information
stannam committed Apr 5, 2022
1 parent 48db2e0 commit a8e208a
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('Separate summary rows by segments')
self.segsum = QCheckBox('List target segments separately 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

0 comments on commit a8e208a

Please sign in to comment.