mirror of
https://github.com/ppy/osu.git
synced 2025-03-11 09:37:22 +08:00
Minor adjustments
This commit is contained in:
parent
41cf3696f2
commit
09d26fbf5e
@ -148,7 +148,7 @@ namespace osu.Game.Graphics.UserInterfaceV2
|
|||||||
{
|
{
|
||||||
base.LoadComplete();
|
base.LoadComplete();
|
||||||
|
|
||||||
Content.CornerRadius = 2;
|
Content.CornerRadius = 4;
|
||||||
|
|
||||||
Add(triangles = new TrianglesV2
|
Add(triangles = new TrianglesV2
|
||||||
{
|
{
|
||||||
|
@ -90,9 +90,9 @@ namespace osu.Game.Localisation
|
|||||||
public static LocalisableString ModdingQueuesForumDescription => new TranslatableString(getKey(@"modding_queues_forum_description"), @"Having trouble getting feedback? Why not ask in a mod queue!");
|
public static LocalisableString ModdingQueuesForumDescription => new TranslatableString(getKey(@"modding_queues_forum_description"), @"Having trouble getting feedback? Why not ask in a mod queue!");
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// "Where would you like to post your map?"
|
/// "Where would you like to post your beatmap?"
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static LocalisableString BeatmapSubmissionTargetCaption => new TranslatableString(getKey(@"beatmap_submission_target_caption"), @"Where would you like to post your map?");
|
public static LocalisableString BeatmapSubmissionTargetCaption => new TranslatableString(getKey(@"beatmap_submission_target_caption"), @"Where would you like to post your beatmap?");
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// "Works in Progress / Help (incomplete, not ready for ranking)"
|
/// "Works in Progress / Help (incomplete, not ready for ranking)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user