From 9c5ccd13dda4b3f2fe7759e2c0a962f9c0a4d462 Mon Sep 17 00:00:00 2001 From: Thibault Deckers Date: Fri, 13 Jan 2023 15:37:49 +0100 Subject: [PATCH] l10n --- lib/l10n/app_en.arb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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": {}