From 8f7176f3c3b8f46eb719186bbb14dca544fb7ec8 Mon Sep 17 00:00:00 2001 From: Sam Bosley Date: Mon, 23 Apr 2012 14:52:25 -0700 Subject: [PATCH] Updated upgrade message --- astrid/src/com/todoroo/astrid/service/UpgradeService.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/astrid/src/com/todoroo/astrid/service/UpgradeService.java b/astrid/src/com/todoroo/astrid/service/UpgradeService.java index ecdf9ba20..73da517da 100644 --- a/astrid/src/com/todoroo/astrid/service/UpgradeService.java +++ b/astrid/src/com/todoroo/astrid/service/UpgradeService.java @@ -202,9 +202,9 @@ public final class UpgradeService { if (from < V4_1_0) { newVersionString(changeLog, "4.1.0 (4/16/12)", new String[] { "Swipe between lists! Swipe left and right to move through your lists. Enable or adjust " + - "performance of this feature in the 'Performance' section of Settings.", - "Assign tasks to friends by choosing from your phone contacts", - "Click on task titles in comments to edit those tasks", + "in Settings > Performance", + "Assign tasks to contacts without typing", + "Links to tasks in comments", "Astrid.com sync improvements", "Other minor bugfixes", });