diff --git a/astrid/plugin-src/com/todoroo/astrid/actfm/TagViewActivity.java b/astrid/plugin-src/com/todoroo/astrid/actfm/TagViewActivity.java
index e0d5c93c3..8dbfd19e7 100644
--- a/astrid/plugin-src/com/todoroo/astrid/actfm/TagViewActivity.java
+++ b/astrid/plugin-src/com/todoroo/astrid/actfm/TagViewActivity.java
@@ -109,12 +109,6 @@ public class TagViewActivity extends TaskListActivity {
};
((EditText) findViewById(R.id.quickAddText)).setOnTouchListener(onTouch);
- View settingsContainer = findViewById(R.id.settingsContainer);
- settingsContainer.setVisibility(View.VISIBLE);
-
- View settingsButton = findViewById(R.id.settings);
- settingsButton.setOnClickListener(settingsListener);
-
View membersEdit = findViewById(R.id.members_edit);
membersEdit.setOnClickListener(settingsListener);
diff --git a/astrid/res/layout/task_list_activity.xml b/astrid/res/layout/task_list_activity.xml
index 7bfd7efc0..45359fe78 100644
--- a/astrid/res/layout/task_list_activity.xml
+++ b/astrid/res/layout/task_list_activity.xml
@@ -79,25 +79,6 @@
android:src="@drawable/icn_cmmt_off"
android:scaleType="fitCenter" />
-
-
-
-
-
-
diff --git a/astrid/res/values/strings-actfm.xml b/astrid/res/values/strings-actfm.xml
index b38192004..7c18fd7ed 100644
--- a/astrid/res/values/strings-actfm.xml
+++ b/astrid/res/values/strings-actfm.xml
@@ -56,7 +56,7 @@
%s\'s tasks. Tap for all.
- Private: tap to share this list
+ Private: tap to share or edit
Refresh