Skip to content

Commit

Permalink
explain the file name in the import backup error message
Browse files Browse the repository at this point in the history
  • Loading branch information
CampelloManuel committed Dec 22, 2024
1 parent 1ffed95 commit d78d7c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,8 @@
<string name="backup_import_msg">Try to import backup from %1$s? This will clear the current database.</string>
<string name="backup_export_msg">Export all notes to %1$s?</string>
<string name="backup_import_success">Backup imported</string>
<string name="backup_file_not_found">Could not find the backup file</string>
<string name="backup_import_failed">Could not read the backup file</string>
<string name="backup_file_not_found">Could not find a backup file named NoNonsenseNotes_Backup.json</string>
<string name="backup_import_failed">Could not read the backup file NoNonsenseNotes_Backup.json</string>
<string name="backup_export_success">Backup exported</string>
<string name="backup_export_failed">Could not write to the backup file</string>
<string name="sd_card">SD card</string>
Expand Down

0 comments on commit d78d7c4

Please sign in to comment.