Show better error message when empty backup creation is attempted (closes #6941)

This commit is contained in:
arkon
2022-04-17 11:51:24 -04:00
parent cdd4ec6233
commit 189f92d7e8
2 changed files with 6 additions and 0 deletions

View File

@@ -451,6 +451,7 @@
<string name="backup_choice">What do you want to backup?</string>
<string name="creating_backup">Creating backup</string>
<string name="creating_backup_error">Backup failed</string>
<string name="empty_backup_error">No library entries to back up</string>
<string name="restore_miui_warning">Backup/restore may not function properly if MIUI Optimization is disabled.</string>
<string name="restore_in_progress">Restore is already in progress</string>
<string name="restoring_backup">Restoring backup</string>