1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02:00

Fixed: Correct Tooltips for Clone Format and Export

Fixes #4991
This commit is contained in:
Qstick 2020-09-10 22:25:34 -04:00
parent da720fdf4c
commit 29bc38423b
3 changed files with 6 additions and 3 deletions

View File

@ -93,14 +93,14 @@ class CustomFormat extends Component {
<div> <div>
<IconButton <IconButton
className={styles.cloneButton} className={styles.cloneButton}
title={translate('CloneProfile')} title={translate('CloneCustomFormat')}
name={icons.CLONE} name={icons.CLONE}
onPress={this.onCloneCustomFormatPress} onPress={this.onCloneCustomFormatPress}
/> />
<IconButton <IconButton
className={styles.cloneButton} className={styles.cloneButton}
title={translate('CloneProfile')} title={translate('ExportCustomFormat')}
name={icons.EXPORT} name={icons.EXPORT}
onPress={this.onExportCustomFormatPress} onPress={this.onExportCustomFormatPress}
/> />

View File

@ -60,6 +60,7 @@ class ExportCustomFormatModalContent extends Component {
<ClipboardButton <ClipboardButton
className={styles.button} className={styles.button}
value={json} value={json}
title={translate('CopyToClipboard')}
kind={kinds.DEFAULT} kind={kinds.DEFAULT}
/> />
<Button <Button

View File

@ -88,6 +88,7 @@
"ClickToChangeMovie": "Click to change movie", "ClickToChangeMovie": "Click to change movie",
"ClickToChangeQuality": "Click to change quality", "ClickToChangeQuality": "Click to change quality",
"ClientPriority": "Client Priority", "ClientPriority": "Client Priority",
"CloneCustomFormat": "Clone Custom Format",
"CloneFormatTag": "Clone Format Tag", "CloneFormatTag": "Clone Format Tag",
"CloneIndexer": "Clone Indexer", "CloneIndexer": "Clone Indexer",
"CloneProfile": "Clone Profile", "CloneProfile": "Clone Profile",
@ -106,6 +107,7 @@
"Connections": "Connections", "Connections": "Connections",
"ConnectSettings": "Connect Settings", "ConnectSettings": "Connect Settings",
"ConnectSettingsSummary": "Notifications, connections to media servers/players and custom scripts", "ConnectSettingsSummary": "Notifications, connections to media servers/players and custom scripts",
"CopyToClipboard": "Copy to Clipboard",
"CopyUsingHardlinksHelpText": "Use Hardlinks when trying to copy files from torrents that are still being seeded", "CopyUsingHardlinksHelpText": "Use Hardlinks when trying to copy files from torrents that are still being seeded",
"CopyUsingHardlinksHelpTextWarning": "Occasionally, file locks may prevent renaming files that are being seeded. You may temporarily disable seeding and use Radarr's rename function as a work around.", "CopyUsingHardlinksHelpTextWarning": "Occasionally, file locks may prevent renaming files that are being seeded. You may temporarily disable seeding and use Radarr's rename function as a work around.",
"CouldNotFindResults": "Couldn't find any results for '{0}'", "CouldNotFindResults": "Couldn't find any results for '{0}'",
@ -764,11 +766,11 @@
"UnableToLoadUISettings": "Unable to load UI settings", "UnableToLoadUISettings": "Unable to load UI settings",
"Unavailable": "Unavailable", "Unavailable": "Unavailable",
"Ungroup": "Ungroup", "Ungroup": "Ungroup",
"Unreleased": "Unreleased",
"UnmappedFolders": "Unmapped Folders", "UnmappedFolders": "Unmapped Folders",
"Unmonitored": "Unmonitored", "Unmonitored": "Unmonitored",
"UnmonitoredHelpText": "Include unmonitored movies in the iCal feed", "UnmonitoredHelpText": "Include unmonitored movies in the iCal feed",
"Unreleased": "Unreleased", "Unreleased": "Unreleased",
"Unreleased": "Unreleased",
"UnsavedChanges": "Unsaved Changes", "UnsavedChanges": "Unsaved Changes",
"UnselectAll": "Unselect All", "UnselectAll": "Unselect All",
"UpdateAll": "Update All", "UpdateAll": "Update All",