Skip to content

Commit

Permalink
Merge pull request ppy#30274 from shinmorisawa/master
Browse files Browse the repository at this point in the history
Respect "Prefer metadata in original language" toggle in beatmap deletion dialog
  • Loading branch information
bdach authored Oct 14, 2024
2 parents 120eb9a + 8ff86d5 commit 639eb7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game/Screens/Select/BeatmapDeleteDialog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public partial class BeatmapDeleteDialog : DeletionDialog
public BeatmapDeleteDialog(BeatmapSetInfo beatmapSet)
{
this.beatmapSet = beatmapSet;
BodyText = $@"{beatmapSet.Metadata.Artist} - {beatmapSet.Metadata.Title}";
BodyText = beatmapSet.Metadata.GetDisplayTitleRomanisable(false);
}

[BackgroundDependencyLoader]
Expand Down

0 comments on commit 639eb7a

Please sign in to comment.