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;
}
///