diff --git a/lib/l10n/app_en.arb b/lib/l10n/app_en.arb index fe982ed71..931eb573a 100644 --- a/lib/l10n/app_en.arb +++ b/lib/l10n/app_en.arb @@ -377,13 +377,13 @@ "renameProcessorCounter": "Counter", "renameProcessorName": "Name", - "deleteSingleAlbumConfirmationDialogMessage": "{count, plural, =1{Delete this album and its item?} other{Delete this album and its {count} items?}}", + "deleteSingleAlbumConfirmationDialogMessage": "{count, plural, =1{Delete this album and the item in it?} other{Delete this album and the {count} items in it?}}", "@deleteSingleAlbumConfirmationDialogMessage": { "placeholders": { "count": {} } }, - "deleteMultiAlbumConfirmationDialogMessage": "{count, plural, =1{Delete these albums and their item?} other{Delete these albums and their {count} items?}}", + "deleteMultiAlbumConfirmationDialogMessage": "{count, plural, =1{Delete these albums and the item in them?} other{Delete these albums and the {count} items in them?}}", "@deleteMultiAlbumConfirmationDialogMessage": { "placeholders": { "count": {}