diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2016-01-12 09:48:49 +0100 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2016-01-12 09:48:49 +0100 |
commit | da6076028f722d7847cd2e49d69cd17bf0fa012a (patch) | |
tree | 79ccd31e2b50d63a3c5eeddc46ddd9fe02d528d1 /src/main/res/values | |
parent | 3bea5b25cd5496cd3f14a66c208b34d0c8e48b03 (diff) |
Revert "Add additional warnings to OMEMO purge key function"
This reverts commit 3bea5b25cd5496cd3f14a66c208b34d0c8e48b03.
Diffstat (limited to 'src/main/res/values')
-rw-r--r-- | src/main/res/values/strings.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 4eb518e5..cdb5ae22 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -408,8 +408,6 @@ <string name="purge_key">Purge key</string> <string name="purge_key_desc_part1">Are you sure you want to purge this key?</string> <string name="purge_key_desc_part2">It will irreversibly be considered compromised, and you can never build a session with it again.</string> - <string name="purge_key_warning">Did you press purge because you are trying to fix some problem? If so, please cancel. This functionality will NOT fix your problem.</string> - <string name="purge_key_warning2">Are you sure? You CAN NOT undo this. You have been warned.</string> <string name="error_no_keys_to_trust">There are no usable keys available for this contact. If you have purged any of their keys, they need to generate new ones.</string> <string name="error_trustkeys_title">Error</string> <string name="fetching_history_from_server">Fetching history from server</string> |