From e224a4e173a1c580e9662ead97c8d51d745942fc Mon Sep 17 00:00:00 2001 From: StiefelJackal Date: Thu, 27 Jun 2024 08:03:02 -0400 Subject: [PATCH] fix(en): add missing LUT import failure keys --- en.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/en.json b/en.json index 23dc575..012b8cd 100644 --- a/en.json +++ b/en.json @@ -929,6 +929,9 @@ "Importer.Image.Stereo180": "Stereo 180° photo", "Importer.Image.LUT": "LUT", + "Importer.LUT.Failure.Heading": "Failed to Import LUT {image}", + "Importer.LUT.Failure.Description": "Failed to import LUT due to the following:\n\n{error}", + "Importer.ImageVideo.LayoutPrompt": "What layout does it use?", "Importer.ImageVideo.LayoutHorizontalLR": "Side by Side LR", "Importer.ImageVideo.LayoutHorizontalRL": "Side by Side RL",