Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
soimugeo committed Jan 6, 2025
1 parent a9066b5 commit b911f65
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
import static edu.stanford.bmir.protege.web.resources.WebProtegeClientBundle.BUNDLE;

public enum ScaleAllowMultiValue {
NotAllowed(Optional.of(BUNDLE.singleScaleValue()), "In the Coding Tool, this axis allows the selection of multiple values"),
AllowAlways(Optional.of(BUNDLE.multipleScaleValues()),"In the Coding Tool, this axis allows the selection of a single value"),
NotAllowed(Optional.of(BUNDLE.singleScaleValue()), "In the Coding Tool, this axis allows the selection of a single value"),
AllowAlways(Optional.of(BUNDLE.multipleScaleValues()),"In the Coding Tool, this axis allows the selection of multiple values"),
AllowedExceptFromSameBlock(Optional.of(BUNDLE.allowScaleValueIfNotFromSameBlock()),"In the Coding Tool, this axis allows the selection of multiple values, but only one value from each block");

private final String tooltip;
Expand Down

0 comments on commit b911f65

Please sign in to comment.