From efd19b6a6d4bec1b04c1f9459daf25941812d92a Mon Sep 17 00:00:00 2001 From: Stevie Robinson Date: Sun, 13 Aug 2023 23:05:17 +0200 Subject: [PATCH] Translation fixes for delete confirmations --- src/NzbDrone.Core/Localization/Core/en.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/NzbDrone.Core/Localization/Core/en.json b/src/NzbDrone.Core/Localization/Core/en.json index 75a6b4b64..9cc739276 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -258,15 +258,15 @@ "DeleteImportList": "Delete Import List", "DeleteImportListExclusion": "Delete Import List Exclusion", "DeleteImportListExclusionMessageText": "Are you sure you want to delete this import list exclusion?", - "DeleteImportListMessageText": "Are you sure you want to delete the list {name}", + "DeleteImportListMessageText": "Are you sure you want to delete the list '{name}'?", "DeleteIndexer": "Delete Indexer", - "DeleteIndexerMessageText": "Delete Indexer", + "DeleteIndexerMessageText": "Are you sure you want to delete the indexer '{name}'?", "DeleteNotification": "Delete Notification", - "DeleteNotificationMessageText": "Are you sure you want to delete the notification {name}", + "DeleteNotificationMessageText": "Are you sure you want to delete the notification '{name}'?", "DeleteQualityProfile": "Delete Quality Profile", - "DeleteQualityProfileMessageText": "Are you sure you want to delete the quality profile {name}", + "DeleteQualityProfileMessageText": "Are you sure you want to delete the quality profile '{name}'?", "DeleteReleaseProfile": "Delete Release Profile", - "DeleteReleaseProfileMessageText": "Are you sure you want to delete this release profile {name}", + "DeleteReleaseProfileMessageText": "Are you sure you want to delete this release profile '{name}'?", "DeleteRemotePathMapping": "Delete Remote Path Mapping", "DeleteRemotePathMappingMessageText": "Are you sure you want to delete this remote path mapping?", "DeleteRootFolder": "Delete Root Folder",