Merge pull request #941 from BranicYeti/patch-1

Typo in Advanced Application Settings
This commit is contained in:
Jaex 2015-08-21 23:30:23 +03:00
commit 2c15f4422c

View file

@ -158,7 +158,7 @@ public ApplicationConfig()
[Editor(typeof(ExeFileNameEditor), typeof(UITypeEditor))]
public string BrowserPath { get; set; }
[Category("Application"), DefaultValue(false), Description("Automatically detect external changes to UploaderConfig file and load settigns to memory.")]
[Category("Application"), DefaultValue(false), Description("Automatically detect external changes to UploaderConfig file and load settings to memory.")]
public bool DetectUploaderConfigFileChanges { get; set; }
[Category("Clipboard upload"), DefaultValue(true), Description("Show clipboard content viewer when using clipboard upload in main window.")]
@ -229,4 +229,4 @@ public ApplicationConfig()
#endregion Webpage Capture Form
}
}
}