mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Rename ambiguous translation keys
This commit is contained in:
@ -57,12 +57,12 @@ namespace osu.Game.Localisation
|
||||
/// <summary>
|
||||
/// "Up"
|
||||
/// </summary>
|
||||
public static LocalisableString Up => new TranslatableString(getKey(@"scrolling_up"), @"Up");
|
||||
public static LocalisableString ScrollingDirectionUp => new TranslatableString(getKey(@"scrolling_up"), @"Up");
|
||||
|
||||
/// <summary>
|
||||
/// "Down"
|
||||
/// </summary>
|
||||
public static LocalisableString Down => new TranslatableString(getKey(@"scrolling_down"), @"Down");
|
||||
public static LocalisableString ScrollingDirectionDown => new TranslatableString(getKey(@"scrolling_down"), @"Down");
|
||||
|
||||
/// <summary>
|
||||
/// "Scroll speed"
|
||||
|
Reference in New Issue
Block a user