mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Interaction
- Modified 'You have higher priority tasks' to 'You have more urgent tasks', which is more accurate (thanks to Eric Fluger).
This commit is contained in:
parent
01df9e189e
commit
1c23b28514
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ std::string Config::defaults =
|
|||
"annotations=full # Level of verbosity for annotations: full, sparse or none\n"
|
||||
"next=2 # How many tasks per project in next report\n"
|
||||
"bulk=2 # > 2 tasks considered 'a lot', for confirmation\n"
|
||||
"nag=You have higher priority tasks. # Nag message to keep you honest\n" // TODO
|
||||
"nag=You have more urgent tasks. # Nag message to keep you honest\n" // TODO
|
||||
"search.case.sensitive=yes # Setting to no allows case insensitive searches\n"
|
||||
"active.indicator=* # What to show as an active task indicator\n"
|
||||
"tag.indicator=+ # What to show as a tag indicator\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue