small tweak to the task macro (estimate rather in days)
This commit is contained in:
parent
014b6c0b49
commit
02e464da12
1 changed files with 17 additions and 17 deletions
|
|
@ -4064,7 +4064,7 @@ h1,h2,h3,h4,h5,h6 {
|
|||
<div title="TabTimeline" modifier="Ichthyostega" modified="200806030148" created="200706191949" changecount="4">
|
||||
<pre><<timeline better:true maxDays:55 maxEntries:45>></pre>
|
||||
</div>
|
||||
<div title="TaskMacroPlugin" modifier="Ichthyostega" created="200712100248" tags="systemConfig excludeMissing" changecount="2">
|
||||
<div title="TaskMacroPlugin" modifier="Ichthyostega" modified="200905291912" created="200712100248" tags="systemConfig excludeMissing" changecount="3">
|
||||
<pre>/***
|
||||
|Name|TaskMacroPlugin|
|
||||
|Author|<<extension TaskMacroPlugin author>>|
|
||||
|
|
@ -4228,7 +4228,7 @@ function wrapEventHandler( otherHandler ) {
|
|||
!Task Macro
|
||||
Usage:
|
||||
> {{{<<task orig cur spent>>description}}}
|
||||
All of orig, cur, and spent are optional numbers of hours. The description goes through the end of the line, and is wikified.
|
||||
All of orig, cur, and spent are optional numbers of days. The description goes through the end of the line, and is wikified.
|
||||
***/
|
||||
//{{{
|
||||
config.macros.task = {
|
||||
|
|
@ -4248,15 +4248,15 @@ config.macros.task = {
|
|||
descClickTip: " -- Double-click to edit task description",
|
||||
statusClickTip: " -- Double-click to mark task complete",
|
||||
statusDoneTip: " -- Double-click to adjust the time spent, to revive the task",
|
||||
origTip: "Original estimate in hours",
|
||||
curTip: "Current estimate in hours",
|
||||
curTip2: "Estimate in hours", // For when orig == cur
|
||||
origTip: "Original estimate in days",
|
||||
curTip: "Current estimate in days",
|
||||
curTip2: "Estimate in days", // For when orig == cur
|
||||
clickTip: " -- Click to adjust",
|
||||
spentTip: "Hours spent on this task",
|
||||
remTip: "Hours remaining",
|
||||
curPrompt: "Estimate this task in hours, or adjust the current estimate by starting with + or -.\n\nYou may optionally also set or adjust the time spent by putting a second number after the first.",
|
||||
spentPrompt: "Enter the number of hours you've spent on this task, or adjust the current number by starting with + or -.\n\nYou may optionally also set or adjust the time remaining by putting a second number after the first.",
|
||||
remPrompt: "Enter the number of hours it will take to finish this task, or adjust the current estimate by starting with + or -.\n\nYou may optionally also set or adjust the time spent by putting a second number after the first.",
|
||||
spentTip: "Days spent on this task",
|
||||
remTip: "Days remaining",
|
||||
curPrompt: "Estimate this task in days, or adjust the current estimate by starting with + or -.\n\nYou may optionally also set or adjust the time spent by putting a second number after the first.",
|
||||
spentPrompt: "Enter the number of days you've spent on this task, or adjust the current number by starting with + or -.\n\nYou may optionally also set or adjust the time remaining by putting a second number after the first.",
|
||||
remPrompt: "Enter the number of days it will take to finish this task, or adjust the current estimate by starting with + or -.\n\nYou may optionally also set or adjust the time spent by putting a second number after the first.",
|
||||
numbersOnly: "Enter numbers only, please",
|
||||
notCurrent: "The tiddler has been modified since it was displayed, please redisplay it before doing this."
|
||||
},
|
||||
|
|
@ -4535,15 +4535,15 @@ config.macros.tasksum = {
|
|||
mustMatch: "<<%0 end>> must match a preceding <<%0 start>>",
|
||||
defIntro: "Task summary:",
|
||||
nascentSum: "''%0 not estimated''",
|
||||
doneSum: "%0 complete (in %1 hours)",
|
||||
liveSum: "%0 ongoing (%1 hours so far, ''%2 hours remaining'')",
|
||||
doneSum: "%0 complete (in %1 days)",
|
||||
liveSum: "%0 ongoing (%1 days so far, ''%2 days remaining'')",
|
||||
overSum: "Total overestimate: %0%.",
|
||||
underSum: "Total underestimate: %0%.",
|
||||
descPattern: "%0 %1. %2",
|
||||
origTip: "Total original estimates in hours",
|
||||
curTip: "Total current estimates in hours",
|
||||
spentTip: "Total hours spent on tasks",
|
||||
remTip: "Total hours remaining"
|
||||
origTip: "Total original estimates in days",
|
||||
curTip: "Total current estimates in days",
|
||||
spentTip: "Total days spent on tasks",
|
||||
remTip: "Total days remaining"
|
||||
},
|
||||
|
||||
// The macro handler
|
||||
|
|
@ -4685,7 +4685,7 @@ config.macros.taskadder = {
|
|||
lingo: {
|
||||
unrecParam: "<<%0>> doesn't recognize '%1' as a parameter",
|
||||
descTip: "Describe a new task",
|
||||
curTip: "Estimate how long in hours the task will take",
|
||||
curTip: "Estimate how much days the task will take",
|
||||
buttonText: "add task",
|
||||
buttonTip: "Add a new task with the description and estimate as entered",
|
||||
notCurrent: "The tiddler has been modified since it was displayed, please redisplay it before adding a task this way.",
|
||||
|
|
|
|||
Loading…
Reference in a new issue