aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/menu/manageaccounts_context.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/menu/manageaccounts_context.xml')
-rw-r--r--src/main/res/menu/manageaccounts_context.xml9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/main/res/menu/manageaccounts_context.xml b/src/main/res/menu/manageaccounts_context.xml
index d8b0093e6..1205b3291 100644
--- a/src/main/res/menu/manageaccounts_context.xml
+++ b/src/main/res/menu/manageaccounts_context.xml
@@ -2,9 +2,6 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
<item
- android:id="@+id/mgmt_account_enable"
- android:title="@string/mgmt_account_enable"/>
- <item
android:id="@+id/mgmt_account_change_presence"
android:title="@string/change_presence"/>
<item
@@ -14,9 +11,9 @@
android:id="@+id/mgmt_account_announce_pgp"
android:title="@string/mgmt_account_publish_pgp"/>
<item
- android:id="@+id/mgmt_account_disable"
- android:showAsAction="never"
- android:title="@string/mgmt_account_disable"/>
+ android:id="@+id/mgmt_account_reconnect"
+ android:showAsAction="always"
+ android:title="@string/mgmt_account_reconnect"/>
<item
android:id="@+id/mgmt_account_delete"
android:title="@string/mgmt_account_delete"/>