diff --git a/astrid/AndroidManifest.xml b/astrid/AndroidManifest.xml index ecedf7ade..3e6800dbb 100644 --- a/astrid/AndroidManifest.xml +++ b/astrid/AndroidManifest.xml @@ -1,7 +1,7 @@ diff --git a/astrid/src/com/todoroo/astrid/service/AddOnService.java b/astrid/src/com/todoroo/astrid/service/AddOnService.java index da255b5a5..51686b57a 100644 --- a/astrid/src/com/todoroo/astrid/service/AddOnService.java +++ b/astrid/src/com/todoroo/astrid/service/AddOnService.java @@ -176,12 +176,12 @@ public class AddOnService { // temporary temporary AddOn[] list = new AddOn[2]; list[0] = new AddOn(false, true, "Astrid Power Pack", null, - "Support Astrid and get more productive with the Astrid Power Pack backup, widgets, no ads, and calendar integration. Power up today!", + "Support Astrid and get more productive with the Astrid Power Pack. Backup, widgets, no ads, and calendar integration. Power up today!", POWER_PACK_PACKAGE, "http://www.weloveastrid.com/store", ((BitmapDrawable)r.getDrawable(R.drawable.icon_pp)).getBitmap()); list[1] = new AddOn(false, true, "Astrid Locale Plugin", null, - "Allows Astrid to make use of the Locale application to send you notifications based on filter conditions. Requires Locale", + "Allows Astrid to make use of the Locale application to send you notifications based on filter conditions. Requires Locale.", LOCALE_PACKAGE, "http://www.weloveastrid.com/store", ((BitmapDrawable)r.getDrawable(R.drawable.icon_locale)).getBitmap()); diff --git a/astrid/src/com/todoroo/astrid/service/UpgradeService.java b/astrid/src/com/todoroo/astrid/service/UpgradeService.java index 5b58578f3..48dea76b4 100644 --- a/astrid/src/com/todoroo/astrid/service/UpgradeService.java +++ b/astrid/src/com/todoroo/astrid/service/UpgradeService.java @@ -67,7 +67,7 @@ public final class UpgradeService { "Fixed other crashes that users have reported", }); if(from <= 135) - newVersionString(changeLog, "3.0.0 (?/??/10)", new String[] { + newVersionString(changeLog, "3.0.0 (8/3/10)", new String[] { "Astrid is brand new inside and out! In addition to a new " + "look and feel, a new add-on system allows Astrid to become " + "more powerful, while other improvements have made it faster " +