From 02e464da12581c30425adc7880a3b300b557ff74 Mon Sep 17 00:00:00 2001 From: Ichthyostega Date: Fri, 29 May 2009 21:16:12 +0200 Subject: [PATCH] small tweak to the task macro (estimate rather in days) --- wiki/renderengine.html | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/wiki/renderengine.html b/wiki/renderengine.html index 6cc4c2b52..aa5c658ad 100644 --- a/wiki/renderengine.html +++ b/wiki/renderengine.html @@ -4064,7 +4064,7 @@ h1,h2,h3,h4,h5,h6 {
<<timeline better:true maxDays:55 maxEntries:45>>
-
+
/***
 |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.",