* Fixed typo

git-svn-id: trunk@41592 -
This commit is contained in:
michael 2019-03-05 11:24:23 +00:00
parent ae5e97962f
commit 5fd42f50f8

View File

@ -149,7 +149,7 @@ resourcestring
rsNoSearchPathDefined = 'No search path was defined';
rsNoFontFileName = 'The FileName property is empty, so we can''t load font data.';
rsMissingFontFile = 'The font file <%s> can''t be found.';
SErrFontNotFound = 'The font <%s> can can''t be found';
SErrFontNotFound = 'The font <%s> can''t be found';
var
uFontCacheList: TFPFontCacheList;