mirror of https://github.com/Radarr/Radarr
Fixed: Grammar in tooltip of download button
When hovering over the tooltip of an unclicked download button (e.g. in interactive search), it hasn't yet been "added" yet so it should be "add". And once clicked, the tooltip should show "download queue" rather than "downloaded queue" as "downloaded" implies it has already been downloaded.
This commit is contained in:
parent
73f2da72f3
commit
5855773842
|
@ -8,7 +8,7 @@
|
|||
"AddDelayProfile": "Add Delay Profile",
|
||||
"AddDownloadClient": "Add Download Client",
|
||||
"Added": "Added",
|
||||
"AddedToDownloadQueue": "Added to downloaded queue",
|
||||
"AddedToDownloadQueue": "Added to download queue",
|
||||
"AddExclusion": "Add Exclusion",
|
||||
"AddImportExclusionHelpText": "Prevent movie from being added to Radarr by lists",
|
||||
"AddIndexer": "Add Indexer",
|
||||
|
@ -27,7 +27,7 @@
|
|||
"AddRemotePathMapping": "Add Remote Path Mapping",
|
||||
"AddRestriction": "Add Restriction",
|
||||
"AddRootFolder": "Add Root Folder",
|
||||
"AddToDownloadQueue": "Added to download queue",
|
||||
"AddToDownloadQueue": "Add to download queue",
|
||||
"AfterManualRefresh": "After Manual Refresh",
|
||||
"Age": "Age",
|
||||
"Agenda": "Agenda",
|
||||
|
|
Loading…
Reference in New Issue