diff --git a/components/ideintf/objinspstrconsts.pas b/components/ideintf/objinspstrconsts.pas index 7faec9aba6..72af8236e7 100644 --- a/components/ideintf/objinspstrconsts.pas +++ b/components/ideintf/objinspstrconsts.pas @@ -431,7 +431,7 @@ resourcestring oisUnableToChangeParentOfControlToNewParent = 'Unable to change parent of ' +'control "%s" to new parent "%s".%s%s'; oisAddCollectionItem = '&Add Item'; - lisUnableToFindParserForTool = 'unable to find parser for tool "%s"'; + lisUnableToFindParserForTool = 'Unable to find parser for tool "%s"'; implementation