瀏覽代碼

* fix typo in resource string

Sven/Sarah Barth 2 年之前
父節點
當前提交
b878a0d390
共有 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';
   SCannotCreateName             = 'Cannot use standard name for and unknown component';
   SCannotCreateSocket           = 'Unable to create new socket';
   SCannotCreateSocket           = 'Unable to create new socket';
   SCannotDragForm               = 'Forms cannot be dragged';
   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';
   SCannotListenOnOpen           = 'Listening on an open socket is not allowed';
   SCannotOpenAVI                = 'AVI can not be opened';
   SCannotOpenAVI                = 'AVI can not be opened';
   SCannotShowModal              = 'A visible Window can not be made modal';
   SCannotShowModal              = 'A visible Window can not be made modal';