Update capitalization in FixViaMultipleReplace string.

Corrected the capitalization of the 'FixViaMultipleReplace' string to improve consistency with other strings in the project. This change ensures that all user-facing strings adhere to the same stylistic guidelines.

Signed-off-by: Ivandro Jao <Ivandrofly@gmail.com>
This commit is contained in:
Ivandro Jao 2024-11-08 18:27:07 +00:00
parent 4ac7e97b6b
commit a251d01207

View File

@ -10,7 +10,7 @@ namespace Nikse.SubtitleEdit.Core.Forms.FixCommonErrors
{
public static class Language
{
public static string FixViaMultipleReplace { get; set; } = "Fix Via Multiple Replace Rules";
public static string FixViaMultipleReplace { get; set; } = "Fix via Multiple Replace rules";
}
private readonly ICollection<ReplaceExpression> _replaceExpressions;