diff options
author | Alex Ning <chineseperson5@gmail.com> | 2021-04-10 15:15:59 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2021-04-10 15:15:59 +0000 |
commit | 34a9cee965e76efea629fba348395f5a8d20353d (patch) | |
tree | c46d8453082182891edd0b41306376aae1bbf7c5 /app/src/main/res/values/strings.xml | |
parent | 75c9a52cf7c91c37bb3b350db1ce8b664822b250 (diff) | |
download | infinity-for-reddit-34a9cee965e76efea629fba348395f5a8d20353d.tar infinity-for-reddit-34a9cee965e76efea629fba348395f5a8d20353d.tar.gz infinity-for-reddit-34a9cee965e76efea629fba348395f5a8d20353d.tar.bz2 infinity-for-reddit-34a9cee965e76efea629fba348395f5a8d20353d.tar.lz infinity-for-reddit-34a9cee965e76efea629fba348395f5a8d20353d.tar.xz infinity-for-reddit-34a9cee965e76efea629fba348395f5a8d20353d.tar.zst infinity-for-reddit-34a9cee965e76efea629fba348395f5a8d20353d.zip |
Fix only backing up post history shared preferences. Show the password of the backup zip.
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index b10909a0..e41edd82 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1062,7 +1062,7 @@ <string name="anonymous_front_page_no_subscriptions">Start by joining a subreddit!</string> - <string name="backup_settings_success">Successfully exported settings to the destination directory</string> + <string name="backup_settings_success">Successfully exported settings to the destination directory. The password of the generated zip file is 123321. Please don\'t modify the zip file.</string> <string name="create_zip_in_destination_directory_failed">Could not create backup zip in the destination directory</string> <string name="backup_some_settings_failed">Could not backup some settings but others were successfully exported to the destination directory</string> <string name="restore_settings_success">Successfully restored settings. Restart the app to see the changes.</string> |