aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/results/OperationResult.java
diff options
context:
space:
mode:
Diffstat (limited to 'OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/results/OperationResult.java')
-rw-r--r--OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/results/OperationResult.java24
1 files changed, 12 insertions, 12 deletions
diff --git a/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/results/OperationResult.java b/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/results/OperationResult.java
index 382d6c46d..ca5931f8d 100644
--- a/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/results/OperationResult.java
+++ b/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/results/OperationResult.java
@@ -765,18 +765,18 @@ public abstract class OperationResult implements Parcelable {
MSG_IMPORT_PARTIAL (LogLevel.ERROR, R.string.msg_import_partial),
MSG_IMPORT_SUCCESS (LogLevel.OK, R.string.msg_import_success),
- MSG_EXPORT (LogLevel.START, R.plurals.msg_export),
- MSG_EXPORT_UPLOAD_PUBLIC (LogLevel.START, R.string.msg_export_upload_public),
- MSG_EXPORT_PUBLIC (LogLevel.DEBUG, R.string.msg_export_public),
- MSG_EXPORT_SECRET (LogLevel.DEBUG, R.string.msg_export_secret),
- MSG_EXPORT_ALL (LogLevel.START, R.string.msg_export_all),
- MSG_EXPORT_ERROR_URI_OPEN (LogLevel.ERROR, R.string.msg_export_error_uri_open),
- MSG_EXPORT_ERROR_DB (LogLevel.ERROR, R.string.msg_export_error_db),
- MSG_EXPORT_ERROR_IO (LogLevel.ERROR, R.string.msg_export_error_io),
- MSG_EXPORT_ERROR_KEY (LogLevel.ERROR, R.string.msg_export_error_key),
- MSG_EXPORT_ERROR_UPLOAD (LogLevel.ERROR, R.string.msg_export_error_upload),
- MSG_EXPORT_SUCCESS (LogLevel.OK, R.string.msg_export_success),
- MSG_EXPORT_UPLOAD_SUCCESS (LogLevel.OK, R.string.msg_export_upload_success),
+ MSG_BACKUP(LogLevel.START, R.plurals.msg_backup),
+ MSG_BACKUP_UPLOAD_PUBLIC(LogLevel.START, R.string.msg_backup_upload_public),
+ MSG_BACKUP_PUBLIC(LogLevel.DEBUG, R.string.msg_backup_public),
+ MSG_BACKUP_SECRET(LogLevel.DEBUG, R.string.msg_backup_secret),
+ MSG_BACKUP_ALL(LogLevel.START, R.string.msg_backup_all),
+ MSG_BACKUP_ERROR_URI_OPEN(LogLevel.ERROR, R.string.msg_backup_error_uri_open),
+ MSG_BACKUP_ERROR_DB(LogLevel.ERROR, R.string.msg_backup_error_db),
+ MSG_BACKUP_ERROR_IO(LogLevel.ERROR, R.string.msg_backup_error_io),
+ MSG_BACKUP_ERROR_KEY(LogLevel.ERROR, R.string.msg_backup_error_key),
+ MSG_BACKUP_ERROR_UPLOAD(LogLevel.ERROR, R.string.msg_backup_error_upload),
+ MSG_BACKUP_SUCCESS(LogLevel.OK, R.string.msg_backup_success),
+ MSG_BACKUP_UPLOAD_SUCCESS(LogLevel.OK, R.string.msg_backup_upload_success),
MSG_CRT_UPLOAD_SUCCESS (LogLevel.OK, R.string.msg_crt_upload_success),