From 4310688689272cff0414c5e9114783262ac56c14 Mon Sep 17 00:00:00 2001 From: RKrom Date: Tue, 24 Aug 2010 15:26:12 +0000 Subject: [PATCH] Fixed typo git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@861 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4 --- Greenshot-TitleFix-Plugin/TitleFixConfiguration.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.")]