Skip to content

Commit

Permalink
Cosmetic change: "Stepseq" -> "Step Seq" (#1173)
Browse files Browse the repository at this point in the history
Just changing the label. Closes #1156
  • Loading branch information
baconpaul authored Sep 15, 2019
1 parent 7d2277e commit 866bc37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/SurgeStorage.h
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ enum lfoshapes
};

const char ls_abberations[n_lfoshapes][16] = {"Sine", "Triangle", "Square", "Ramp",
"Noise", "S&H", "Envelope", "Stepseq"};
"Noise", "S&H", "Envelope", "Step Seq"};

enum fu_type
{
Expand Down

0 comments on commit 866bc37

Please sign in to comment.