From 77a2ac8f42f4cb836ee3ad51fc643bddd04adb0a Mon Sep 17 00:00:00 2001 From: cdwcgt Date: Mon, 11 Dec 2023 07:58:41 +0900 Subject: [PATCH] remove dot at the end of label string --- osu.Game/Localisation/AimErrorMeterStrings.cs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/osu.Game/Localisation/AimErrorMeterStrings.cs b/osu.Game/Localisation/AimErrorMeterStrings.cs index 0b6d46d902..27399fd432 100644 --- a/osu.Game/Localisation/AimErrorMeterStrings.cs +++ b/osu.Game/Localisation/AimErrorMeterStrings.cs @@ -10,9 +10,9 @@ namespace osu.Game.Localisation private const string prefix = @"osu.Game.Resources.Localisation.HUD.PositionMeterStrings"; /// - /// "Judgement position size." + /// "Judgement position size" /// - public static LocalisableString JudgementSize => new TranslatableString(getKey(@"judgement_line_thickness"), "Judgement position size."); + public static LocalisableString JudgementSize => new TranslatableString(getKey(@"judgement_line_thickness"), "Judgement position size"); /// /// "How big of judgement position should be." @@ -20,9 +20,9 @@ namespace osu.Game.Localisation public static LocalisableString JudgementSizeDescription => new TranslatableString(getKey("judgement_line_thickness"), "How big of judgement position should be."); /// - /// "Judgement position style." + /// "Judgement position style" /// - public static LocalisableString JudgementStyle => new TranslatableString(getKey(@"judgement_line_thickness"), "Judgement position style."); + public static LocalisableString JudgementStyle => new TranslatableString(getKey(@"judgement_line_thickness"), "Judgement position style"); /// /// "The style of judgement position." @@ -30,9 +30,9 @@ namespace osu.Game.Localisation public static LocalisableString JudgementStyleDescription => new TranslatableString(getKey("judgement_line_thickness"), "The style of judgement position."); /// - /// "Average position size." + /// "Average position size" /// - public static LocalisableString AverageSize => new TranslatableString(getKey(@"judgement_line_thickness"), "Average position size."); + public static LocalisableString AverageSize => new TranslatableString(getKey(@"judgement_line_thickness"), "Average position size"); /// /// "How big of average position should be." @@ -40,9 +40,9 @@ namespace osu.Game.Localisation public static LocalisableString AverageSizeDescription => new TranslatableString(getKey("judgement_line_thickness"), "How big of average position should be."); /// - /// "Average position style." + /// "Average position style" /// - public static LocalisableString AverageStyle => new TranslatableString(getKey(@"judgement_line_thickness"), "Average position style."); + public static LocalisableString AverageStyle => new TranslatableString(getKey(@"judgement_line_thickness"), "Average position style"); /// /// "The style of average position."