浏览代码

* Fixed typo

git-svn-id: trunk@41592 -
michael 6 年之前
父节点
当前提交
5fd42f50f8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/fcl-pdf/src/fpttf.pp

+ 1 - 1
packages/fcl-pdf/src/fpttf.pp

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