mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 23:49:28 +02:00
IDE: improved quick fixes localization
git-svn-id: trunk@27166 -
This commit is contained in:
parent
d81c7d3203
commit
f471776f5b
@ -3198,7 +3198,7 @@ end;
|
||||
constructor TQuickFixIdentifierNotFound_Search.Create;
|
||||
begin
|
||||
Name:='Search identifier: Error: Identifier not found "identifier"';
|
||||
Caption:='Search identifier';
|
||||
Caption:=lisQuickFixSearchIdentifier;
|
||||
Steps:=[imqfoMenuItem];
|
||||
end;
|
||||
|
||||
|
@ -1891,6 +1891,8 @@ resourcestring
|
||||
lisInvalidLineColumnInMessage = 'Invalid line, column in message%s%s';
|
||||
lisUnableToLoadFile = 'Unable to load file:%s%s';
|
||||
lisQuickFixRemoveUnit = 'Quick fix: Remove unit';
|
||||
lisQuickFixCreateLocalVariable = 'Create local variable';
|
||||
lisQuickFixSearchIdentifier = 'Search identifier';
|
||||
lisMessageContainsNoFilePositionInformation = 'Message contains no file '
|
||||
+'position information:%s%s';
|
||||
lisFailedToCreateApplicationBundleFor = 'Failed to create Application '
|
||||
|
@ -541,7 +541,7 @@ end;
|
||||
constructor TQuickFixIdentifierNotFoundAddLocal.Create;
|
||||
begin
|
||||
Name:='Create local variable: Error: Identifier not found "identifier"';
|
||||
Caption:='Create local variable';
|
||||
Caption:=lisQuickFixCreateLocalVariable;
|
||||
Steps:=[imqfoMenuItem];
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user