Use more generic wording for future-proofing

This commit is contained in:
Bartłomiej Dach
2023-02-19 15:06:40 +01:00
parent 8b25598d82
commit d9ca7102f0
5 changed files with 13 additions and 13 deletions

View File

@ -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"
/// "Automatically seek after placing objects"
/// </summary>
public static LocalisableString SeekToHitObject => new TranslatableString(getKey(@"seek_to_hit_object"), @"Seek to object after placement");
public static LocalisableString AutoSeekOnPlacement => new TranslatableString(getKey(@"auto_seek_on_placement"), @"Automatically seek after placing objects");
/// <summary>
/// "Timing"