IDE: 'Goto line' dialog - improve localization

git-svn-id: trunk@24641 -
This commit is contained in:
maxim 2010-04-15 23:50:51 +00:00
parent 2307ac43f0
commit 22bbe2a4bf
2 changed files with 3 additions and 2 deletions

View File

@ -31,7 +31,7 @@ constructor TfrmGoto.Create(AOwner: TComponent);
begin
inherited Create(AOwner);
Caption := lisMenuGotoLine;
Caption := lisGotoLine;
Label1.Caption := lisUEGotoLine;
Edit1.Caption := '';
end;

View File

@ -2951,7 +2951,8 @@ resourcestring
+'with %s%s%s?';
lisUESearching = 'Searching: %s';
lisUEReadOnly = '%s/ReadOnly';
lisUEGotoLine = 'Goto line :';
lisUEGotoLine = 'Goto line:';
lisGotoLine = 'Goto line';
// Transfer Macros
lisTMFunctionExtractFileExtension = 'Function: extract file extension';