1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-13 08:23:20 +08:00

bring back missing dot

This commit is contained in:
Loreos7 2024-02-05 18:44:18 +03:00
parent 24e5c7ed42
commit 4449ccd1d3

View File

@ -72,7 +72,7 @@ namespace osu.Game.Localisation
/// <summary>
/// "Based on the last {0} play(s), the suggested offset is {1} ms"
/// </summary>
public static LocalisableString SuggestedOffsetValueReceived(int plays, string value) => new TranslatableString(getKey(@"suggested_offset_value_received"), @"Based on the last {0} play(s), the suggested offset is {1} ms", plays, value);
public static LocalisableString SuggestedOffsetValueReceived(int plays, string value) => new TranslatableString(getKey(@"suggested_offset_value_received"), @"Based on the last {0} play(s), the suggested offset is {1} ms.", plays, value);
/// <summary>
/// "Apply suggested offset"