That's quite a mouthful

This commit is contained in:
Michael Becker 2019-07-30 23:43:47 -04:00
parent 1a048fcb00
commit 62bd4a3a25

View File

@ -14,7 +14,7 @@ namespace UniversalEditor.Accessors
if (_ar == null)
{
_ar = base.MakeReferenceInternal();
_ar.Title = "Internet via HyperText Transfer Protocol (HTTP)";
_ar.Title = "Internet (HTTP)";
_ar.ImportOptions.Add(new CustomOptionText("FileName", "&File name: "));
}
return _ar;