mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
naming change from Hitobject to HitObject
This commit is contained in:
@ -20,9 +20,9 @@ namespace osu.Game.Localisation
|
||||
public static LocalisableString ShowHitMarkers => new TranslatableString(getKey(@"show_hit_markers"), @"Show hit markers");
|
||||
|
||||
/// <summary>
|
||||
/// "Seek to Object after placement"
|
||||
/// "Seek to object after placement"
|
||||
/// </summary>
|
||||
public static LocalisableString SeekToHitobject => new TranslatableString(getKey(@"seek_to_hitobject"), @"Seek to Object after placement");
|
||||
public static LocalisableString SeekToHitObject => new TranslatableString(getKey(@"seek_to_hit_object"), @"Seek to object after placement");
|
||||
|
||||
/// <summary>
|
||||
/// "Timing"
|
||||
|
Reference in New Issue
Block a user