fixed upgrade message

pull/14/head 3.8.0
Tim Su 15 years ago
parent 41a9f5992d
commit ca002ae33c

@ -147,11 +147,11 @@ public final class UpgradeService {
if(from < V3_8_0) { if(from < V3_8_0) {
newVersionString(changeLog, "3.8.0 (7/15/11)", new String[] { newVersionString(changeLog, "3.8.0 (7/15/11)", new String[] {
"Astrid.com: sync & share tasks / lists with others!", "Astrid.com: sync & share tasks / lists with others!",
"GTasks Sync using Google's official task API! Gtasks users" + "GTasks Sync using Google's official task API! Gtasks users " +
"will need to perform a manual sync to set everything up.", "will need to perform a manual sync to set everything up.",
"Renamed \"Tags\" to \"Lists\" (see blog.astrid.com for details)", "Renamed \"Tags\" to \"Lists\" (see blog.astrid.com for details)",
"New style for \"Task Edit\" page!", "New style for \"Task Edit\" page!",
"Purge completed or deleted tasks!", "Purge completed or deleted tasks from settings menu!",
}); });
// clear gtasks token info because of new gtasks api // clear gtasks token info because of new gtasks api

Loading…
Cancel
Save