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 4ef37ec commit 960dd23Copy full SHA for 960dd23
src/SIL.LCModel/DomainImpl/OverridesCellar.cs
@@ -4014,12 +4014,11 @@ private string FeatureSpecKey(IFsFeatureSpecification spec)
4014
4015
/// <summary>
4016
/// Provide a "Name" for this.
4017
- /// Use short name to satisfy LT-22133.
4018
/// </summary>
4019
/// <returns></returns>
4020
public override string ToString()
4021
{
4022
- return ShortName;
+ return LongName;
4023
}
4024
4025
0 commit comments