mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 10:47:02 -07:00
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:
parent
2ecbc82dc7
commit
4310688689
1 changed files with 1 additions and 1 deletions
|
@ -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.")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue