diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2024-03-20 18:45:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-20 18:45:39 +0100 |
commit | 542d50cba7461177223e9752a6374e5bfe117808 (patch) | |
tree | c8befeb5f4ceba5626368b8bc1e44b60d223ce88 /ui/i18n/src/main | |
parent | 4bc90897b6a12286d5113c7cb323159dc13c7e97 (diff) | |
download | AntennaPod-542d50cba7461177223e9752a6374e5bfe117808.zip |
Create automatic backups only every 3 days, update summary (#7005)
Diffstat (limited to 'ui/i18n/src/main')
-rw-r--r-- | ui/i18n/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml index 964b85c77..6da3e554f 100644 --- a/ui/i18n/src/main/res/values/strings.xml +++ b/ui/i18n/src/main/res/values/strings.xml @@ -580,7 +580,7 @@ <string name="html_export_label">HTML export</string> <string name="database_export_label">Database export</string> <string name="automatic_database_export_label">Automatic database export</string> - <string name="automatic_database_export_summary">Automatically create daily backups of the AntennaPod database</string> + <string name="automatic_database_export_summary">Create a backup of the AntennaPod database every 3 days. Only keep the 5 most recent backups.</string> <string name="automatic_database_export_error">Error during automatic database backup</string> <string name="database_import_label">Database import</string> <string name="database_import_warning">Importing a database will replace all of your current subscriptions and playing history. You should export your current database as a backup. Do you want to replace?</string> |