From c132cb6eea3318400ac44c2b9a79ebbaceace139 Mon Sep 17 00:00:00 2001 From: Sam Bosley Date: Fri, 6 Jan 2012 13:56:04 -0800 Subject: [PATCH] Fixed a typo --- 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 069e6a404..f4bfec055 100644 --- a/astrid/src/com/todoroo/astrid/service/UpgradeService.java +++ b/astrid/src/com/todoroo/astrid/service/UpgradeService.java @@ -165,7 +165,7 @@ public final class UpgradeService { if (from >= V3_9_1 && from < V3_9_1_1) { newVersionString(changeLog, "3.9.1.1 (01/06/12)", new String[] { - "Fixed few bugs:", + "Fixed a few bugs:", " Crash when selecting certain lists", " Some lists not displayed", " Wrong text color when assigning tasks in Night theme"