From 2fea2d9565b3c3187ccead913b665afab0b541fa Mon Sep 17 00:00:00 2001 From: Alys Date: Mon, 15 Aug 2016 07:23:18 +1000 Subject: [PATCH] adjust message displayed on Done To-Dos tab to reflect API v3 changes The 30 most recently completed To-Dos are now shown, regardless of how long ago they were completed. --- common/locales/en/tasks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/locales/en/tasks.json b/common/locales/en/tasks.json index 0a85b3aa64..113939d517 100644 --- a/common/locales/en/tasks.json +++ b/common/locales/en/tasks.json @@ -1,6 +1,6 @@ { "clearCompleted": "Delete Completed", - "lotOfToDos": "Completed To-Dos are automatically archived after 3 days. You can access them from Settings > Export.", + "lotOfToDos": "Your most recent 30 completed To-Dos are shown here. You can see older completed To-Dos from Data > Data Display Tool or Data > Export Data > User Data.", "deleteToDosExplanation": "If you click the button below, all of your completed To-Dos and archived To-Dos will be permanently deleted. Export them first if you want to keep a record of them.", "addmultiple": "Add Multiple", "addsingle": "Add Single",