From c73f5b8914e2830047e15ac5d228c8cae0c1f33d Mon Sep 17 00:00:00 2001 From: Oskar Werner Date: Thu, 7 Aug 2025 12:15:48 +0200 Subject: [PATCH] Change localisation string: use 'step' instead of 'seek' for replay forward --- osu.Game/Localisation/GlobalActionKeyBindingStrings.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osu.Game/Localisation/GlobalActionKeyBindingStrings.cs b/osu.Game/Localisation/GlobalActionKeyBindingStrings.cs index 9c484a5cb0..8536249d35 100644 --- a/osu.Game/Localisation/GlobalActionKeyBindingStrings.cs +++ b/osu.Game/Localisation/GlobalActionKeyBindingStrings.cs @@ -345,9 +345,9 @@ namespace osu.Game.Localisation public static LocalisableString SeekReplayBackward => new TranslatableString(getKey(@"seek_replay_backward"), @"Seek replay backward"); /// - /// "Seek replay forward one frame" + /// "Step replay forward one frame" /// - 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"); /// /// "Step replay backward one frame"