mirror of
https://github.com/ppy/osu.git
synced 2025-01-18 18:12:55 +08:00
Merge pull request #31224 from frenzibyte/fix-tip
Fix typo in main menu tip
This commit is contained in:
commit
78e9463f63
@ -120,9 +120,9 @@ namespace osu.Game.Localisation
|
|||||||
public static LocalisableString AutoplayBeatmapShortcut => new TranslatableString(getKey(@"autoplay_beatmap_shortcut"), @"Ctrl-Enter at song select will start a beatmap in autoplay mode!");
|
public static LocalisableString AutoplayBeatmapShortcut => new TranslatableString(getKey(@"autoplay_beatmap_shortcut"), @"Ctrl-Enter at song select will start a beatmap in autoplay mode!");
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// ""Lazer" it not an english word. The correct spelling for the bright light is "laser"."
|
/// ""Lazer" is not an English word. The correct spelling for the bright light is "laser"."
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static LocalisableString LazerIsNotAWord => new TranslatableString(getKey(@"lazer_is_not_a_word"), @"""Lazer"" it not an english word. The correct spelling for the bright light is ""laser"".");
|
public static LocalisableString LazerIsNotAWord => new TranslatableString(getKey(@"lazer_is_not_a_word"), @"""Lazer"" is not an English word. The correct spelling for the bright light is ""laser"".");
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// "Multithreading support means that even with low "FPS" your input and judgements will be accurate!"
|
/// "Multithreading support means that even with low "FPS" your input and judgements will be accurate!"
|
||||||
|
Loading…
Reference in New Issue
Block a user