symbol renaming

Co-authored-by: frenzibyte <frenzibyte@gmail.com>
This commit is contained in:
kj415j45
2021-07-18 10:12:24 +08:00
parent 5fc1397564
commit 57eed88601
6 changed files with 12 additions and 12 deletions

View File

@ -15,7 +15,7 @@ namespace osu.Game.Overlays.BeatmapListing
public BeatmapListingTitle()
{
Title = PageTitleStrings.MainBeatmapsetsControllerIndex;
Description = HeaderDescriptionStrings.BeatmapListing;
Description = NamedOverlayComponentStrings.BeatmapListingDescription;
IconTexture = "Icons/Hexacons/beatmap";
}
}