Localize tracker not logged in error

This commit is contained in:
arkon 2020-05-16 11:33:41 -04:00
parent a00d11701f
commit 5f9df78ab0
2 changed files with 2 additions and 1 deletions

View File

@ -426,7 +426,7 @@ class BackupRestoreService : Service() {
track
}
} else {
errors.add(Date() to "${manga.title} - ${service?.name} not logged in")
errors.add(Date() to "${manga.title} - ${getString(R.string.tracker_not_logged_in, service?.name)}")
Observable.empty()
}
}

View File

@ -327,6 +327,7 @@
<string name="pref_backup_slots">Maximum backups</string>
<string name="source_not_found">Source not found</string>
<string name="source_not_found_name">Source not found: %1$s</string>
<string name="tracker_not_logged_in">Not logged in: %1$s</string>
<string name="backup_created">Backup created</string>
<string name="invalid_backup_file">Invalid backup file</string>
<string name="invalid_backup_file_missing_data">File is missing data.</string>