Skip to content

Commit 960dd23

Browse files
authored
Fix LT-22251: Phonological Features field missing labels (#338)
1 parent 4ef37ec commit 960dd23

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/SIL.LCModel/DomainImpl/OverridesCellar.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4014,12 +4014,11 @@ private string FeatureSpecKey(IFsFeatureSpecification spec)
40144014

40154015
/// <summary>
40164016
/// Provide a "Name" for this.
4017-
/// Use short name to satisfy LT-22133.
40184017
/// </summary>
40194018
/// <returns></returns>
40204019
public override string ToString()
40214020
{
4022-
return ShortName;
4021+
return LongName;
40234022
}
40244023

40254024
/// <summary>

0 commit comments

Comments
 (0)