From 5d0e1a8e6d6653552f6b09fe0a5adc87d64cbe91 Mon Sep 17 00:00:00 2001 From: paul Date: Thu, 20 Aug 2009 16:38:51 +0000 Subject: [PATCH] ide: todo list dialog translation improvements by Marcelo B Paula (patch002 of issue #0014266) git-svn-id: trunk@21355 - --- ide/lazarusidestrconsts.pas | 1 + ide/todolist.pas | 1 + 2 files changed, 2 insertions(+) diff --git a/ide/lazarusidestrconsts.pas b/ide/lazarusidestrconsts.pas index 7bd4ea70b2..6b494026c0 100644 --- a/ide/lazarusidestrconsts.pas +++ b/ide/lazarusidestrconsts.pas @@ -2430,6 +2430,7 @@ resourcestring dlgUnitDepRefresh = 'Refresh'; lisPrint = 'Print'; lisToDoGoto = 'Goto'; + lisToDoExport = 'Export'; // Doc Editor lisDocumentationEditor = 'Documentation Editor'; diff --git a/ide/todolist.pas b/ide/todolist.pas index 3930b56ed6..8df949de3c 100644 --- a/ide/todolist.pas +++ b/ide/todolist.pas @@ -475,6 +475,7 @@ begin tbPrint.Caption := lisPrint; tbRefresh.Caption := dlgUnitDepRefresh; tbGoto.Caption := lisToDoGoto; + tbExport.Caption := lisToDoExport; with lvTodo do begin