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:
parent
24e5c7ed42
commit
4449ccd1d3
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user