From b3545fe98d6db2976438fb31eb300c05601fa7ce Mon Sep 17 00:00:00 2001 From: RKrom Date: Fri, 28 Sep 2012 23:11:37 +0000 Subject: [PATCH] Added comment git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2108 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4 --- GreenshotPlugin/Core/CoreConfiguration.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GreenshotPlugin/Core/CoreConfiguration.cs b/GreenshotPlugin/Core/CoreConfiguration.cs index 4774e7d13..3b229e0e8 100644 --- a/GreenshotPlugin/Core/CoreConfiguration.cs +++ b/GreenshotPlugin/Core/CoreConfiguration.cs @@ -105,11 +105,11 @@ namespace GreenshotPlugin.Core { public EmailFormat OutlookEmailFormat; [IniProperty("EmailSubjectPattern", Description = "Email subject pattern, works like the OutputFileFilenamePattern", DefaultValue = "${title}")] public string EmailSubjectPattern; - [IniProperty("EmailTo", Description = "Default value for the to", DefaultValue = "")] + [IniProperty("EmailTo", Description = "Default value for the to in emails that are created", DefaultValue = "")] public string EmailTo; - [IniProperty("EmailCC", Description = "Default value for the CC", DefaultValue = "")] + [IniProperty("EmailCC", Description = "Default value for the CC in emails that are created", DefaultValue = "")] public string EmailCC; - [IniProperty("EmailBCC", Description = "Default value for the BCC", DefaultValue = "")] + [IniProperty("EmailBCC", Description = "Default value for the BCC in emails that are created", DefaultValue = "")] public string EmailBCC; [IniProperty("OutlookAllowExportInMeetings", Description = "Allow export in meeting items", DefaultValue = "False")] public bool OutlookAllowExportInMeetings;