mirror of
https://github.com/ppy/osu
synced 2024-12-22 06:50:42 +00:00
Capitalise English
This commit is contained in:
parent
7cd3979866
commit
ce5a205993
@ -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!");
|
||||
|
||||
/// <summary>
|
||||
/// ""Lazer" is 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>
|
||||
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"".");
|
||||
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>
|
||||
/// "Multithreading support means that even with low "FPS" your input and judgements will be accurate!"
|
||||
|
Loading…
Reference in New Issue
Block a user