From 287c33c4f4c4675ef15b970c0ebba5d8f15117b1 Mon Sep 17 00:00:00 2001 From: RKrom Date: Wed, 18 Aug 2010 13:29:20 +0000 Subject: [PATCH] Fixed comment git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@819 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4 --- Greenshot-OCR-Plugin/OCRConfiguration.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Greenshot-OCR-Plugin/OCRConfiguration.cs b/Greenshot-OCR-Plugin/OCRConfiguration.cs index 938302fe9..f9335a8f5 100644 --- a/Greenshot-OCR-Plugin/OCRConfiguration.cs +++ b/Greenshot-OCR-Plugin/OCRConfiguration.cs @@ -26,7 +26,7 @@ namespace GreenshotOCR { /// /// Description of CoreConfiguration. /// - [IniSection("OCR", Description="Greenshot OCR configuration")] + [IniSection("OCR", Description="Greenshot OCR Plugin configuration")] public class OCRConfiguration : IniSection { [IniProperty("Language", Description="Language for OCR", DefaultValue="miLANG_ENGLISH")] public string Language;