diff --git a/src/SIL.LCModel/DomainImpl/OverridesCellar.cs b/src/SIL.LCModel/DomainImpl/OverridesCellar.cs
index 0ad4c870..68ba2e99 100644
--- a/src/SIL.LCModel/DomainImpl/OverridesCellar.cs
+++ b/src/SIL.LCModel/DomainImpl/OverridesCellar.cs
@@ -4013,12 +4013,13 @@ private string FeatureSpecKey(IFsFeatureSpecification spec)
}
///
- /// Provide a "Name" for this (is a long name)
+ /// Provide a "Name" for this.
+ /// Use short name to satisfy LT-22133.
///
///
public override string ToString()
{
- return LongNameSorted;
+ return ShortName;
}
///