소스 검색

* fix typo in resource string

Sven/Sarah Barth 2 년 전
부모
커밋
f90fb065c4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      rtl/objpas/rtlconst.inc

+ 1 - 1
rtl/objpas/rtlconst.inc

@@ -44,7 +44,7 @@ ResourceString
   SCannotCreateName             = 'Cannot use standard name for and unknown component';
   SCannotCreateSocket           = 'Unable to create new socket';
   SCannotDragForm               = 'Forms cannot be dragged';
-  SCannotFocus                  = 'A disbled or invisible Window cannot get focus';
+  SCannotFocus                  = 'A disabled or invisible Window cannot get focus';
   SCannotListenOnOpen           = 'Listening on an open socket is not allowed';
   SCannotOpenAVI                = 'AVI can not be opened';
   SCannotShowModal              = 'A visible Window can not be made modal';