1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-11 02:57:18 +08:00

Minor adjustments

This commit is contained in:
Dean Herbert 2025-02-05 15:58:34 +09:00
parent 41cf3696f2
commit 09d26fbf5e
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

@ -148,7 +148,7 @@ namespace osu.Game.Graphics.UserInterfaceV2
{
base.LoadComplete();
Content.CornerRadius = 2;
Content.CornerRadius = 4;
Add(triangles = new TrianglesV2
{

View File

@ -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)"