mirror of
https://github.com/Sonarr/Sonarr
synced 2026-05-07 12:30:56 +02:00
Fix typo in log message and update retroactive tag application localization strings
This commit is contained in:
parent
008de06979
commit
bd46a88fe4
3 changed files with 4 additions and 5 deletions
|
|
@ -295,7 +295,7 @@ function EditImportListModalContent({
|
|||
</FormGroup>
|
||||
|
||||
<FormGroup>
|
||||
<FormLabel>{translate('RadarrRetroactiveApply')}</FormLabel>
|
||||
<FormLabel>{translate('RetroApplyTags')}</FormLabel>
|
||||
|
||||
<FormInputGroup
|
||||
type={inputTypes.CHECK}
|
||||
|
|
|
|||
|
|
@ -279,7 +279,7 @@ private void RetroApplyTags(ImportListDefinition importList, ImportListItemInfo
|
|||
if (preCount != series.Tags.Count)
|
||||
{
|
||||
_seriesService.UpdateSeries(series);
|
||||
_logger.Debug("{0} [{1}] Retro-Actively added tags to movie", report.TmdbId, report.Title);
|
||||
_logger.Debug("{0} [{1}] Retro-Actively added tags to series", report.TmdbId, report.Title);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1871,9 +1871,8 @@
|
|||
"Result": "Result",
|
||||
"Retention": "Retention",
|
||||
"RetentionHelpText": "Usenet only: Set to zero to set for unlimited retention",
|
||||
"RadarrRetroactiveApply": "Retro-Apply Tags",
|
||||
"RetroApplyListTagsHelpText": "Retro-Actively apply tags to series already in Sonarr",
|
||||
"RetroApplyTags": "Retro-Actively Apply Tags",
|
||||
"RetroApplyListTagsHelpText": "Retroactively apply tags to series already in {appName}",
|
||||
"RetroApplyTags": "Retroactively Apply Tags",
|
||||
"RetryingDownloadOn": "Retrying download on {date} at {time}",
|
||||
"RootFolder": "Root Folder",
|
||||
"RootFolderEmptyHealthCheckMessage": "Empty root folder: {rootFolderPath}",
|
||||
|
|
|
|||
Loading…
Reference in a new issue