diff --git a/Greenshot-TitleFix-Plugin/TitleFixConfiguration.cs b/Greenshot-TitleFix-Plugin/TitleFixConfiguration.cs index 4a64bb107..3ce3e5ca2 100644 --- a/Greenshot-TitleFix-Plugin/TitleFixConfiguration.cs +++ b/Greenshot-TitleFix-Plugin/TitleFixConfiguration.cs @@ -31,7 +31,7 @@ namespace TitleFix { [IniProperty("ActiveFixes", Description="The fixes that are active.")] public List active; - [IniProperty("Matcher", Description="A regular expressions to match the title with.")] + [IniProperty("Matcher", Description="The regular expressions to match the title with.")] public Dictionary matchers; [IniProperty("Replacer", Description="The replacements for the matchers.")]