mirror of
https://github.com/osukey/osukey.git
synced 2025-06-09 21:37:59 +09:00
Fix wording of ui scale screen description
Co-authored-by: Walavouchey <36758269+Walavouchey@users.noreply.github.com>
This commit is contained in:
parent
7d8cf1bbb6
commit
5ae3d0eb27
@ -44,9 +44,9 @@ namespace osu.Game.Localisation
|
|||||||
osu! is a very configurable game, and diving straight into the settings can sometimes be overwhelming. This guide will help you get the important choices out of the way to ensure a great first experience!");
|
osu! is a very configurable game, and diving straight into the settings can sometimes be overwhelming. This guide will help you get the important choices out of the way to ensure a great first experience!");
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// "The size of the osu! user interface size can be adjusted to your liking."
|
/// "The size of the osu! user interface can be adjusted to your liking."
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static LocalisableString UIScaleDescription => new TranslatableString(getKey(@"ui_scale_description"), @"The size of the osu! user interface size can be adjusted to your liking.");
|
public static LocalisableString UIScaleDescription => new TranslatableString(getKey(@"ui_scale_description"), @"The size of the osu! user interface can be adjusted to your liking.");
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// "Next ({0})"
|
/// "Next ({0})"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user