From 4a55a8b18e6b167fc1ae26ea8dba1fa586a7fb31 Mon Sep 17 00:00:00 2001 From: Tim Su Date: Fri, 8 Jul 2011 16:43:01 -0700 Subject: [PATCH] Text cleanup and rename for sensibility --- .../com/todoroo/astrid/core/OldTaskPreferences.java | 2 +- astrid/res/values/strings-core.xml | 7 +++---- .../{preferences_manage.xml => preferences_oldtasks.xml} | 0 3 files changed, 4 insertions(+), 5 deletions(-) rename astrid/res/xml/{preferences_manage.xml => preferences_oldtasks.xml} (100%) diff --git a/astrid/plugin-src/com/todoroo/astrid/core/OldTaskPreferences.java b/astrid/plugin-src/com/todoroo/astrid/core/OldTaskPreferences.java index cf9172cc1..89e01998a 100644 --- a/astrid/plugin-src/com/todoroo/astrid/core/OldTaskPreferences.java +++ b/astrid/plugin-src/com/todoroo/astrid/core/OldTaskPreferences.java @@ -34,7 +34,7 @@ public class OldTaskPreferences extends TodorooPreferenceActivity { @Override public int getPreferenceResource() { - return R.xml.preferences_manage; + return R.xml.preferences_oldtasks; } @Override diff --git a/astrid/res/values/strings-core.xml b/astrid/res/values/strings-core.xml index c5224ab8b..2342827f8 100644 --- a/astrid/res/values/strings-core.xml +++ b/astrid/res/values/strings-core.xml @@ -437,13 +437,12 @@ Manage Old Tasks Delete Completed Tasks Do you really want to delete all your completed tasks? - This deleted tasks can be undeleted individually + Deleted tasks can be undeleted one-by-one Deleted %d tasks! Purge Deleted Tasks - Do you really want to purge all your deleted tasks?\n -Attention: these tasks will be lost forever, if you did not create a recent backup! + Do you really want to purge all your deleted tasks?\n\nThese tasks will be gone forever! Purged %d tasks! - Attention: these purged tasks can\'t be recovered without a backup! + Caution! Purged tasks can\'t be recovered without backup file! diff --git a/astrid/res/xml/preferences_manage.xml b/astrid/res/xml/preferences_oldtasks.xml similarity index 100% rename from astrid/res/xml/preferences_manage.xml rename to astrid/res/xml/preferences_oldtasks.xml