diff --git a/Help.md b/Help.md index 2926af1..704c9dc 100644 --- a/Help.md +++ b/Help.md @@ -184,7 +184,7 @@ In the File -> Settings dialog, it is possible to: - **Change the encryption key**. This will prompt for a new passphrase and will re-encrypt the database with that passphrase. - **Configure the auto-lock timeout**. The default setting is to lock the notepad if it has been idle (no key presses) for 15 minutes, after which time you must re-enter the password. You can set to 0 (Never) to turn off the auto-lock feature. - **Compact** the database. This runs the SQLite3 command `VACUUM` against the database, which can de-fragment it and reduce its size. - - Configure whether to **move yesterday's TODOs to today** at startup. This means that any unchecked checkboxes from yesterday's day, will be automatically *moved* to today's page, when you start the application. This can be a good way of carrying forward uncompleted tasks to your TODO list for today. + - Configure whether to **move previous unchecked TODOs to the next weekday** at startup. This means that any unchecked checkboxes from the last 7 days will be automatically *moved* to the next weekday (e.g today, or if it is the weekend, the following Monday). ## Export options