mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 20:40:56 +02:00
ide: todo list dialog translation improvements by Marcelo B Paula (patch002 of issue #0014266)
git-svn-id: trunk@21355 -
This commit is contained in:
parent
48179b9ad7
commit
5d0e1a8e6d
@ -2430,6 +2430,7 @@ resourcestring
|
||||
dlgUnitDepRefresh = 'Refresh';
|
||||
lisPrint = 'Print';
|
||||
lisToDoGoto = 'Goto';
|
||||
lisToDoExport = 'Export';
|
||||
|
||||
// Doc Editor
|
||||
lisDocumentationEditor = 'Documentation Editor';
|
||||
|
@ -475,6 +475,7 @@ begin
|
||||
tbPrint.Caption := lisPrint;
|
||||
tbRefresh.Caption := dlgUnitDepRefresh;
|
||||
tbGoto.Caption := lisToDoGoto;
|
||||
tbExport.Caption := lisToDoExport;
|
||||
|
||||
with lvTodo do
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user