From c789cc1c28ebe0f476d88604a66d4e75364a54f5 Mon Sep 17 00:00:00 2001 From: Sam Bosley Date: Wed, 12 Dec 2012 11:18:02 -0800 Subject: [PATCH] Tweak upgrade message --- astrid/src/com/todoroo/astrid/service/UpgradeService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astrid/src/com/todoroo/astrid/service/UpgradeService.java b/astrid/src/com/todoroo/astrid/service/UpgradeService.java index 78e525b17..6b97a847a 100644 --- a/astrid/src/com/todoroo/astrid/service/UpgradeService.java +++ b/astrid/src/com/todoroo/astrid/service/UpgradeService.java @@ -268,7 +268,7 @@ public final class UpgradeService { if (from >= V4_4 && from < V4_4_4) { newVersionString(changeLog, "4.4.4 (12/12/12)", new String[] { - "Sync manual ordering and subtasks for 'Active Tasks' and 'Today' filters", + "Manual ordering and subtasks for 'Active Tasks' and 'Today' filters now sync with Astrid.com", "Minor polish and bug fixes" }); }