From 929ff3a0178864e15e2cce129fca1b9b07ebd85d Mon Sep 17 00:00:00 2001 From: Sam Bosley Date: Wed, 2 May 2012 22:59:35 -0700 Subject: [PATCH] Fixed upgrade message --- astrid/src/com/todoroo/astrid/service/UpgradeService.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/astrid/src/com/todoroo/astrid/service/UpgradeService.java b/astrid/src/com/todoroo/astrid/service/UpgradeService.java index 42ddb7d8d..cbd745b83 100644 --- a/astrid/src/com/todoroo/astrid/service/UpgradeService.java +++ b/astrid/src/com/todoroo/astrid/service/UpgradeService.java @@ -200,9 +200,9 @@ public final class UpgradeService { StringBuilder changeLog = new StringBuilder(); if (from < V4_1_0) { - newVersionString(changeLog, "4.1.0 (4/16/12)", new String[] { + newVersionString(changeLog, "4.1.0 (5/03/12)", new String[] { "Swipe between lists! Swipe left and right to move through your lists. Enable or adjust " + - "in Settings > Performance", + "in Settings > Astrid Labs", "Respond to or set reminders for missed calls. This feature requires a new permission to read " + "the phone state.", "Assign tasks to contacts without typing",