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 7f36f57 commit 77c3192Copy full SHA for 77c3192
Src/UnitsNet/CustomCode/UnitSystem.cs
@@ -243,7 +243,7 @@ public string[] GetAllAbbreviations<TUnit>(TUnit unit)
243
{
244
if (IsDefaultCulture)
245
246
- return new[] {string.Format("(no abbreviation for {0})", unit.ToString())};
+ return new[] {string.Format("(no abbreviation for {0}.{1})", unitType.Name, unit)};
247
}
248
249
// Fall back to default culture
0 commit comments