mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 05:59:19 +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
|
begin
|
||||||
inherited Create(AOwner);
|
inherited Create(AOwner);
|
||||||
|
|
||||||
Caption := lisMenuGotoLine;
|
Caption := lisGotoLine;
|
||||||
Label1.Caption := lisUEGotoLine;
|
Label1.Caption := lisUEGotoLine;
|
||||||
Edit1.Caption := '';
|
Edit1.Caption := '';
|
||||||
end;
|
end;
|
||||||
|
@ -2951,7 +2951,8 @@ resourcestring
|
|||||||
+'with %s%s%s?';
|
+'with %s%s%s?';
|
||||||
lisUESearching = 'Searching: %s';
|
lisUESearching = 'Searching: %s';
|
||||||
lisUEReadOnly = '%s/ReadOnly';
|
lisUEReadOnly = '%s/ReadOnly';
|
||||||
lisUEGotoLine = 'Goto line :';
|
lisUEGotoLine = 'Goto line:';
|
||||||
|
lisGotoLine = 'Goto line';
|
||||||
|
|
||||||
// Transfer Macros
|
// Transfer Macros
|
||||||
lisTMFunctionExtractFileExtension = 'Function: extract file extension';
|
lisTMFunctionExtractFileExtension = 'Function: extract file extension';
|
||||||
|
Loading…
Reference in New Issue
Block a user