From bee95205f40218c75fd879d4792c5abc80bce26c Mon Sep 17 00:00:00 2001 From: Xatres Date: Sun, 8 Dec 2013 09:58:09 -0500 Subject: [PATCH] Updated Starting Tasks, Mk 2 Quickedit to clarify first task. --- script/helpers.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/helpers.coffee b/script/helpers.coffee index 508a42795d..8b2aa39577 100644 --- a/script/helpers.coffee +++ b/script/helpers.coffee @@ -123,7 +123,7 @@ module.exports = repeat = {m:true,t:true,w:true,th:true,f:true,s:true,su:true} defaultTasks = [ - {type: 'habit', text: '1h Productive Work', notes: 'When you create a new habit, you will be able to click whether you want it have positive or negative attributes. For some Habits, like this one, it only makes sense to *gain* points.', value: 0, up: true, down: false } + {type: 'habit', text: '1h Productive Work', notes: 'When you create a new Habit, you can click the Edit icon and choose for it to represent a positive habit, a negative habit, or both. For some Habits, like this one, it only makes sense to gain points.', value: 0, up: true, down: false } {type: 'habit', text: 'Eat Junk Food', notes: 'For others, it only makes sense to *lose* points.', value: 0, up: false, down: true} {type: 'habit', text: 'Take The Stairs', notes: 'For the rest, both + and - make sense (stairs = gain, elevator = lose).', value: 0, up: true, down: true}