diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2017-01-12 15:59:13 +0100 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2017-01-12 15:59:13 +0100 |
commit | bfacc180c5acd368754ae9803426000f68a34c5b (patch) | |
tree | ea3f320c3e590fc6488443c9bffd3139277fee16 /src/main/res/menu | |
parent | 2c1d3ef96807b56037451278d1be90337666617d (diff) |
don't allow to purge keys. offer distrut instead
Diffstat (limited to 'src/main/res/menu')
-rw-r--r-- | src/main/res/menu/omemo_key_context.xml | 4 |
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"/> |