Skip to content

Commit

Permalink
Merge pull request #1691 from demarey/fix-search-input-case-option
Browse files Browse the repository at this point in the history
use comprehensive option name
  • Loading branch information
Ducasse authored Jan 9, 2025
2 parents b1c430c + 2205657 commit 72fa0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Spec2-Core/SpSearchInputFieldOptionsPresenter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ SpSearchInputFieldOptionsPresenter >> initializeSearchTypePresenters [
substringOptionButton associatedRadioButtons: { exactOptionButton. regexpOptionButton }.

caseCheckBox := self newCheckBox
label: 'Case';
label: 'Match case';
state: false;
help: 'Use match case';
yourself.
Expand Down

0 comments on commit 72fa0e3

Please sign in to comment.