Update prefixes to match new resx locations

This commit is contained in:
Dean Herbert
2021-07-06 14:28:52 +09:00
parent 7f2baef998
commit 0ecda98b39
6 changed files with 7 additions and 7 deletions

View File

@ -7,7 +7,7 @@ namespace osu.Game.Localisation
{
public static class ButtonSystemStrings
{
private const string prefix = @"osu.Game.Localisation.ButtonSystem";
private const string prefix = @"osu.Game.Resources.Localisation.ButtonSystem";
/// <summary>
/// "solo"
@ -56,4 +56,4 @@ namespace osu.Game.Localisation
private static string getKey(string key) => $@"{prefix}:{key}";
}
}
}