mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-23 11:42:36 +01:00
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:
parent
4ac7e97b6b
commit
a251d01207
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user