Skip to content

Commit 4eb37b2

Browse files
Merge branch 'master' into bugfix/LT-21976
2 parents 913b234 + 7120fad commit 4eb37b2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/SIL.LCModel/DomainImpl/OverridesCellar.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4013,12 +4013,13 @@ private string FeatureSpecKey(IFsFeatureSpecification spec)
40134013
}
40144014

40154015
/// <summary>
4016-
/// Provide a "Name" for this (is a long name)
4016+
/// Provide a "Name" for this.
4017+
/// Use short name to satisfy LT-22133.
40174018
/// </summary>
40184019
/// <returns></returns>
40194020
public override string ToString()
40204021
{
4021-
return LongNameSorted;
4022+
return ShortName;
40224023
}
40234024

40244025
/// <summary>

0 commit comments

Comments
 (0)