1
0
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:
Bartłomiej Dach 2024-05-31 08:09:25 +02:00
parent cb72630ce1
commit 1a26a5dbda
No known key found for this signature in database

View File

@ -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"