mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-15 11:49:55 +02:00
IDE: 'Goto line' dialog - improve localization
git-svn-id: trunk@24641 -
This commit is contained in:
parent
2307ac43f0
commit
22bbe2a4bf
@ -31,7 +31,7 @@ constructor TfrmGoto.Create(AOwner: TComponent);
|
||||
begin
|
||||
inherited Create(AOwner);
|
||||
|
||||
Caption := lisMenuGotoLine;
|
||||
Caption := lisGotoLine;
|
||||
Label1.Caption := lisUEGotoLine;
|
||||
Edit1.Caption := '';
|
||||
end;
|
||||
|
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user