ide: todo list dialog translation improvements by Marcelo B Paula (patch002 of issue #0014266)

git-svn-id: trunk@21355 -
This commit is contained in:
paul 2009-08-20 16:38:51 +00:00
parent 48179b9ad7
commit 5d0e1a8e6d
2 changed files with 2 additions and 0 deletions

View File

@ -2430,6 +2430,7 @@ resourcestring
dlgUnitDepRefresh = 'Refresh';
lisPrint = 'Print';
lisToDoGoto = 'Goto';
lisToDoExport = 'Export';
// Doc Editor
lisDocumentationEditor = 'Documentation Editor';

View File

@ -475,6 +475,7 @@ begin
tbPrint.Caption := lisPrint;
tbRefresh.Caption := dlgUnitDepRefresh;
tbGoto.Caption := lisToDoGoto;
tbExport.Caption := lisToDoExport;
with lvTodo do
begin