Typo in Advanced Application Settings

Noticed this entirely on a fluke. Just doing my part to help. Great application!
This commit is contained in:
Brandon (Yeti) 2015-08-21 21:29:20 +01:00
parent 51df59bc51
commit 5ba50a637e

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
}
}
}