diff --git a/osu.Game/Localisation/MenuTipStrings.cs b/osu.Game/Localisation/MenuTipStrings.cs
index 3b40d7bff5..9d398e8e64 100644
--- a/osu.Game/Localisation/MenuTipStrings.cs
+++ b/osu.Game/Localisation/MenuTipStrings.cs
@@ -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!");
///
- /// ""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"."
///
- 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"".");
///
/// "Multithreading support means that even with low "FPS" your input and judgements will be accurate!"