Fixed typo

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@861 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2010-08-24 15:26:12 +00:00
commit 4310688689

View file

@ -31,7 +31,7 @@ namespace TitleFix {
[IniProperty("ActiveFixes", Description="The fixes that are active.")]
public List<string> 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<string, string> matchers;
[IniProperty("Replacer", Description="The replacements for the matchers.")]