mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 23:42:34 +02:00
* fix typo in resource string
This commit is contained in:
parent
99b01f6634
commit
b878a0d390
@ -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';
|
||||||
|
Loading…
Reference in New Issue
Block a user