Skip to content

Commit

Permalink
Revert localization key name
Browse files Browse the repository at this point in the history
  • Loading branch information
LumpBloom7 committed May 20, 2024
1 parent ea22e33 commit 5336960
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public static class SentakkiSettingsSubsectionStrings
/// <summary>
/// "Touch note fade-in speed"
/// </summary>
public static LocalisableString TouchNoteFadeInSpeed => new TranslatableString(getKey(@"touch_note_fade_in_speed"), @"Touch note fade-in speed");
public static LocalisableString TouchNoteEntrySpeed => new TranslatableString(getKey(@"touch_note_entry_speed"), @"Touch note entry speed");

/// <summary>
/// "Ring Opacity"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ private void load()
},
new SettingsSlider<float, TouchTimeSlider>
{
LabelText = SentakkiSettingsSubsectionStrings.TouchNoteFadeInSpeed,
LabelText = SentakkiSettingsSubsectionStrings.TouchNoteEntrySpeed,
Current = config.GetBindable<float>(SentakkiRulesetSettings.TouchAnimationSpeed),
},
new SettingsSlider<float>
Expand Down

0 comments on commit 5336960

Please sign in to comment.