mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:27:29 +08:00
Fix mismatching localisation key prefix
The `Strings` suffix is not supposed to be in here, judging by other localisation classes.
This commit is contained in:
parent
cb72630ce1
commit
1a26a5dbda
@ -7,7 +7,7 @@ namespace osu.Game.Localisation
|
|||||||
{
|
{
|
||||||
public static class DialogStrings
|
public static class DialogStrings
|
||||||
{
|
{
|
||||||
private const string prefix = @"osu.Game.Resources.Localisation.DialogStrings";
|
private const string prefix = @"osu.Game.Resources.Localisation.Dialog";
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// "Caution"
|
/// "Caution"
|
||||||
|
Loading…
Reference in New Issue
Block a user