aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/menu/omemo_key_context.xml
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2017-01-12 15:59:13 +0100
committerDaniel Gultsch <daniel@gultsch.de>2017-01-12 15:59:13 +0100
commitbfacc180c5acd368754ae9803426000f68a34c5b (patch)
treeea3f320c3e590fc6488443c9bffd3139277fee16 /src/main/res/menu/omemo_key_context.xml
parent2c1d3ef96807b56037451278d1be90337666617d (diff)
don't allow to purge keys. offer distrut instead
Diffstat (limited to 'src/main/res/menu/omemo_key_context.xml')
-rw-r--r--src/main/res/menu/omemo_key_context.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/res/menu/omemo_key_context.xml b/src/main/res/menu/omemo_key_context.xml
index 1e825902..87c2edc7 100644
--- a/src/main/res/menu/omemo_key_context.xml
+++ b/src/main/res/menu/omemo_key_context.xml
@@ -5,8 +5,8 @@
android:title="@string/scan_qr_code"
/>
<item
- android:id="@+id/purge_omemo_key"
- android:title="@string/purge_key"/>
+ android:id="@+id/distrust_key"
+ android:title="@string/distrust_omemo_key"/>
<item
android:id="@+id/copy_omemo_key"
android:title="@string/copy_fingerprint"/>