UserAction: Clarify HideFullName property comment

console-destruction
Sven Eberhardt 2016-08-27 16:11:45 -04:00
parent 788ba6e0c4
commit e2e9248d89
1 changed files with 1 additions and 1 deletions

View File

@ -445,7 +445,7 @@ public func AddEvaluator(string eval_type, string group, name, string help, stri
}
else if (delegate && delegate.HideFullName)
{
// Proplist delegates provide their own display string and need not show the option name
// Some proplist delegates provide their own display string and need not show the option name
short_name = "";
}
if (!default_val) default_val = {};