mirror of
https://github.com/ppy/osu.git
synced 2025-03-11 02:57:18 +08:00
Minor adjustments
This commit is contained in:
parent
41cf3696f2
commit
09d26fbf5e
@ -148,7 +148,7 @@ namespace osu.Game.Graphics.UserInterfaceV2
|
||||
{
|
||||
base.LoadComplete();
|
||||
|
||||
Content.CornerRadius = 2;
|
||||
Content.CornerRadius = 4;
|
||||
|
||||
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!");
|
||||
|
||||
/// <summary>
|
||||
/// "Where would you like to post your map?"
|
||||
/// "Where would you like to post your beatmap?"
|
||||
/// </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>
|
||||
/// "Works in Progress / Help (incomplete, not ready for ranking)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user