1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 23:27:25 +08:00

Fix sets not being plural

This commit is contained in:
Joseph Madamba 2023-04-17 20:59:02 -07:00
parent d0cbe206a9
commit 16df92f405
No known key found for this signature in database
GPG Key ID: 8B746C7BDDF0BD76

View File

@ -15,9 +15,9 @@ namespace osu.Game.Localisation
public static LocalisableString Header => new TranslatableString(getKey(@"header"), @"Obtaining Beatmaps"); public static LocalisableString Header => new TranslatableString(getKey(@"header"), @"Obtaining Beatmaps");
/// <summary> /// <summary>
/// "&quot;Beatmaps&quot; are what we call a set of playable levels. osu! doesn&#39;t come with any beatmaps pre-loaded. This step will help you get started on your beatmap collection." /// "&quot;Beatmaps&quot; are what we call sets of playable levels. osu! doesn&#39;t come with any beatmaps pre-loaded. This step will help you get started on your beatmap collection."
/// </summary> /// </summary>
public static LocalisableString Description => new TranslatableString(getKey(@"description"), @"""Beatmaps"" are what we call a set of playable levels. osu! doesn't come with any beatmaps pre-loaded. This step will help you get started on your beatmap collection."); public static LocalisableString Description => new TranslatableString(getKey(@"description"), @"""Beatmaps"" are what we call sets of playable levels. osu! doesn't come with any beatmaps pre-loaded. This step will help you get started on your beatmap collection.");
/// <summary> /// <summary>
/// "If you are a new player, we recommend playing through the tutorial to get accustomed to the gameplay." /// "If you are a new player, we recommend playing through the tutorial to get accustomed to the gameplay."