mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-05 01:55:09 +01:00
Localize tracker not logged in error
This commit is contained in:
parent
a00d11701f
commit
5f9df78ab0
@ -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()
|
||||
}
|
||||
}
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user