mirror of
https://github.com/ppy/osu.git
synced 2024-12-13 03:42:57 +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
|
||||
{
|
||||
private const string prefix = @"osu.Game.Resources.Localisation.DialogStrings";
|
||||
private const string prefix = @"osu.Game.Resources.Localisation.Dialog";
|
||||
|
||||
/// <summary>
|
||||
/// "Caution"
|
||||
|
Loading…
Reference in New Issue
Block a user