Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions src/libs/history.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,12 @@ const char *name(dt_lib_module_t *self)
const char *description(dt_lib_module_t *self)
{
return _("display the sequence of edit actions\n"
"and allow temporarily returning to\n"
"an earlier state of the edit");
"- click on an entry to temporarily return to\n"
" that earlier state of the edit\n"
" (warning: any edits will be made to that\n"
" earlier state, losing later changes)\n"
"- shift-click to focus that module without\n"
" changing the edit state");
}

dt_view_type_flags_t views(dt_lib_module_t *self)
Expand Down
Loading