mirror of
https://github.com/ppy/osu
synced 2025-02-20 12:26:59 +00:00
one more dot
This commit is contained in:
parent
4449ccd1d3
commit
8e82327509
@ -70,7 +70,7 @@ namespace osu.Game.Localisation
|
||||
public static LocalisableString SuggestedOffsetNote => new TranslatableString(getKey(@"suggested_offset_note"), @"Play a few beatmaps to receive a suggested offset!");
|
||||
|
||||
/// <summary>
|
||||
/// "Based on the last {0} play(s), the suggested offset is {1} ms"
|
||||
/// "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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user