From cf24ec8375392ef9476983e248833c29fcb8787a Mon Sep 17 00:00:00 2001 From: Ed Date: Sun, 26 Jan 2025 16:10:44 +0300 Subject: [PATCH] Revert "touch c#" This reverts commit ca288f1288a5821cf7ef46984d6eee5f1fa14743. --- Content.Shared/Localizations/ContentLocalizationManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/Localizations/ContentLocalizationManager.cs b/Content.Shared/Localizations/ContentLocalizationManager.cs index 21aaf39edb..4a3415be2c 100644 --- a/Content.Shared/Localizations/ContentLocalizationManager.cs +++ b/Content.Shared/Localizations/ContentLocalizationManager.cs @@ -9,7 +9,7 @@ namespace Content.Shared.Localizations { [Dependency] private readonly ILocalizationManager _loc = default!; - // If you want to change your codebase language, do it here. + // If you want to change your codebase's language, do it here. //public const string Culture = "en-US"; public const string Culture = "ru-RU";