Skip to content

Commit

Permalink
Touch up wording on SingleViewMode
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielsherry committed Jan 6, 2024
1 parent 21a0155 commit 2f968b1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ public class SingleViewMode implements ChannelViewMode {

@Override
public String shortName() {
return "Individual";
return "Single";
}

@Override
public String longName() {
return "Individual Spectrum";
return "Single Spectrum";
}

@Override
public String description() {
return "One spectrum at a time";
return "A single spectrum at a time";
}

@Override
Expand Down

0 comments on commit 2f968b1

Please sign in to comment.