wxr
2020-12-21 32cd05a17e2b7ae8a1d3687996278dc25dd58cc5
HDL_ON/Entity/FunctionList.cs
@@ -695,6 +695,9 @@
                case FunctionAttributeKey.Percent:
                    text = Language.StringByID(StringId.PercentAdjustment);
                    break;
                case FunctionAttributeKey.FadeTime:
                    text = Language.StringByID(StringId.FadeSpeed);
                    break;
            }
            return text;
        }