We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76fad9c commit 7120fadCopy full SHA for 7120fad
src/SIL.LCModel/DomainImpl/OverridesCellar.cs
@@ -4013,12 +4013,13 @@ private string FeatureSpecKey(IFsFeatureSpecification spec)
4013
}
4014
4015
/// <summary>
4016
- /// Provide a "Name" for this (is a long name)
+ /// Provide a "Name" for this.
4017
+ /// Use short name to satisfy LT-22133.
4018
/// </summary>
4019
/// <returns></returns>
4020
public override string ToString()
4021
{
- return LongNameSorted;
4022
+ return ShortName;
4023
4024
4025
0 commit comments