mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-15 08:29:32 +02:00
MG: fixed typo
git-svn-id: trunk@1467 -
This commit is contained in:
parent
eb8ad3a7c7
commit
9891d77a52
@ -43,7 +43,7 @@ interface
|
||||
{ $DEFINE ShowSearchPaths}
|
||||
{ $DEFINE ShowTriedFiles}
|
||||
{ $DEFINE ShowTriedContexts}
|
||||
{$DEFINE ShowExprEval}
|
||||
{ $DEFINE ShowExprEval}
|
||||
{ $DEFINE ShowFoundIdentifier}
|
||||
{ $DEFINE ShowCachedIdentifiers}
|
||||
{ $DEFINE ShowNodeCache}
|
||||
|
@ -3703,7 +3703,7 @@ begin
|
||||
Left:=5;
|
||||
Width:=MaxX-Left-Left;
|
||||
Height:=16;
|
||||
Caption:='Hint: right click on the command you want to edit';
|
||||
Caption:='Hint: click on the command you want to edit';
|
||||
Visible:=true;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user