mirror of
https://github.com/ppy/osu.git
synced 2026-06-01 23:40:39 +08:00
fix prefix in AimErrorMeterStrings not corrently
This commit is contained in:
@@ -7,7 +7,7 @@ namespace osu.Game.Localisation.HUD
|
||||
{
|
||||
public static class AimErrorMeterStrings
|
||||
{
|
||||
private const string prefix = @"osu.Game.Resources.Localisation.HUD.PositionMeterStrings";
|
||||
private const string prefix = @"osu.Game.Resources.Localisation.HUD.AimErrorMeterStrings";
|
||||
|
||||
/// <summary>
|
||||
/// "Judgement position size"
|
||||
|
||||
Reference in New Issue
Block a user