mirror of
https://github.com/ppy/osu.git
synced 2026-05-21 04:19:53 +08:00
Merge pull request #34553 from Esnos33/change-localisation-step-replay
Fix inconsistent localisation string in replay key bindings
This commit is contained in:
@@ -345,9 +345,9 @@ namespace osu.Game.Localisation
|
||||
public static LocalisableString SeekReplayBackward => new TranslatableString(getKey(@"seek_replay_backward"), @"Seek replay backward");
|
||||
|
||||
/// <summary>
|
||||
/// "Seek replay forward one frame"
|
||||
/// "Step replay forward one frame"
|
||||
/// </summary>
|
||||
public static LocalisableString StepReplayForward => new TranslatableString(getKey(@"step_replay_forward"), @"Seek replay forward one frame");
|
||||
public static LocalisableString StepReplayForward => new TranslatableString(getKey(@"step_replay_forward"), @"Step replay forward one frame");
|
||||
|
||||
/// <summary>
|
||||
/// "Step replay backward one frame"
|
||||
|
||||
Reference in New Issue
Block a user