From b19482f3a8e37d3634e9b89f4c5641319519aeee Mon Sep 17 00:00:00 2001 From: John Maxwell Date: Tue, 12 Aug 2025 11:16:20 -0700 Subject: [PATCH] Fix LT-22251: Phonological Features field missing labels --- src/SIL.LCModel/DomainImpl/OverridesCellar.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/SIL.LCModel/DomainImpl/OverridesCellar.cs b/src/SIL.LCModel/DomainImpl/OverridesCellar.cs index 68ba2e99..40599fe1 100644 --- a/src/SIL.LCModel/DomainImpl/OverridesCellar.cs +++ b/src/SIL.LCModel/DomainImpl/OverridesCellar.cs @@ -4014,12 +4014,11 @@ private string FeatureSpecKey(IFsFeatureSpecification spec) /// /// Provide a "Name" for this. - /// Use short name to satisfy LT-22133. /// /// public override string ToString() { - return ShortName; + return LongName; } ///