mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-14 14:39:20 +02:00
ToDoList: Assign hint to "Edit" button
This commit is contained in:
parent
46886f921b
commit
b9b5a239e9
@ -435,6 +435,7 @@ begin
|
||||
|
||||
Caption := lisToDoList;
|
||||
|
||||
acEdit.Hint := lisTodolistEdit;
|
||||
acRefresh.Hint := lisTodolistRefresh;
|
||||
acGoto.Hint := listodoListGotoLine;
|
||||
acExport.Hint := rsExportTodoIt;
|
||||
|
@ -28,6 +28,7 @@ const
|
||||
csvHeader = 'Type,Description,Priority,Module,Line,Owner,Category';
|
||||
|
||||
resourcestring
|
||||
lisTodolistEdit='Edit selected item';
|
||||
lisTodolistRefresh='Refresh todo items';
|
||||
lisTodoListGotoLine='Goto selected source line';
|
||||
lisCTInsertMacro = 'Insert Macro';
|
||||
|
Loading…
Reference in New Issue
Block a user