aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/menu/omemo_key_context.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-01-15 11:40:32 +0100
committerChristian Schneppe <christian@pix-art.de>2017-01-15 11:40:32 +0100
commit0ff3c0b3b446fef371d8d768f78e65fc993b3386 (patch)
treef739380f4fcaf5f06885e8608ef73457aefccff9 /src/main/res/menu/omemo_key_context.xml
parentc2fe4b3a052d7ee6cd82c1951c7b712d3b28034b (diff)
don't allow to purge keys. offer distrust 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 d372d4bd4..d57b4d7f7 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/verify_with_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" />