Skip to content

Commit

Permalink
fix typo in lang rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
Grahame Grieve committed Apr 21, 2024
1 parent b860b0e commit 33f2a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/fsl/fsl_lang.pas
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ function TIETFLanguageDefinitions.present(code: TIETFLang): String;
if (code.region <> '') then
note('Region', FRegions[code.region].display);
if (code.variant <> '') then
note('Region', FVariants[code.variant].display);
note('Variant', FVariants[code.variant].display);
b.Append(')');
end;

Expand Down

0 comments on commit 33f2a06

Please sign in to comment.