Skip to content

Commit

Permalink
Fix mismatching localisation key prefix
Browse files Browse the repository at this point in the history
The `Strings` suffix is not supposed to be in here, judging by other
localisation classes.
  • Loading branch information
bdach committed May 31, 2024
1 parent cb72630 commit 1a26a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game/Localisation/DialogStrings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1a26a5d

Please sign in to comment.