From 1c23b285145ecb931faa8db845a1efaf3699e6f4 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 24 Apr 2011 18:27:38 -0400 Subject: [PATCH] Interaction - Modified 'You have higher priority tasks' to 'You have more urgent tasks', which is more accurate (thanks to Eric Fluger). --- src/Config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Config.cpp b/src/Config.cpp index 6d87b7d0b..d6e4f88cf 100644 --- a/src/Config.cpp +++ b/src/Config.cpp @@ -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"