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