Move strings together

This commit is contained in:
kj415j45
2021-07-18 02:23:12 +08:00
parent 224c37bdc3
commit 93e79d122f
4 changed files with 12 additions and 24 deletions

View File

@ -10,6 +10,7 @@ using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shapes;
using osu.Framework.Localisation;
using osu.Game.Localisation;
using osu.Game.Online.API.Requests.Responses;
using osu.Game.Resources.Localisation.Web;
@ -117,7 +118,7 @@ namespace osu.Game.Overlays.Changelog
public ChangelogHeaderTitle()
{
Title = LayoutStrings.MenuHomeChangelogIndex;
Description = osu.Game.Localisation.ChangelogStrings.HeaderDescription;
Description = HeaderDescriptionStrings.Changelog;
IconTexture = "Icons/Hexacons/devtools";
}
}