Localize tracker not logged in error

(cherry picked from commit 5f9df78ab0d1d4b525879665140d0b6d76055009)
This commit is contained in:
arkon 2020-05-16 11:33:41 -04:00 committed by Jobobby04
parent 86043fbb31
commit c31789c112
2 changed files with 2 additions and 1 deletions

View File

@ -453,7 +453,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>