From aba7d17a9a4a6fe3f3ecaf9448daaa4b0b1057ac Mon Sep 17 00:00:00 2001 From: Maxim Ganetsky Date: Fri, 27 Jun 2025 18:22:51 +0300 Subject: [PATCH] ToDoList: improved i18n --- components/todolist/todolist.pas | 1 + components/todolist/todoliststrconsts.pas | 1 + 2 files changed, 2 insertions(+) diff --git a/components/todolist/todolist.pas b/components/todolist/todolist.pas index 72c30ceba9..061365bf93 100644 --- a/components/todolist/todolist.pas +++ b/components/todolist/todolist.pas @@ -439,6 +439,7 @@ begin acRefresh.Hint := lisTodolistRefresh; acGoto.Hint := listodoListGotoLine; acExport.Hint := rsExportTodoIt; + acEdit.Caption := lisEdit; acRefresh.Caption := dlgUnitDepRefresh; acGoto.Caption := lisToDoGoto; acExport.Caption := lisToDoExport; diff --git a/components/todolist/todoliststrconsts.pas b/components/todolist/todoliststrconsts.pas index 127c4ebf16..4ab44e198e 100644 --- a/components/todolist/todoliststrconsts.pas +++ b/components/todolist/todoliststrconsts.pas @@ -40,6 +40,7 @@ resourcestring lisToDoLLine = 'Line'; lisToDoLOwner = 'Owner'; listToDoLCategory = 'Category'; + lisEdit = 'Edit'; lisToDoGoto = 'Goto'; lisToDoExport = 'Export'; lisOptions = 'Options';