From 0da557f3b6c8f549fc78a089b679ef1f690b42eb Mon Sep 17 00:00:00 2001 From: Ryuvi Date: Tue, 17 Oct 2023 17:25:22 -0500 Subject: [PATCH] Added Camera Orientation Mode Strings I've recently added the ability for the camera to auto-detect the held orientation to let users take photos in "portrait" orientation if they wish. In addition to this, there is a UI option to have the orientation chosen automatically, or manually by the user - these strings are for that option. --- en.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/en.json b/en.json index b21fd65..0f7396b 100644 --- a/en.json +++ b/en.json @@ -2031,6 +2031,9 @@ "UI.ProgressBar.ImportingItem": "Importing Item", + "UI.Camera.Automatic": "Automatic", + "UI.Camera.Manual": "Manual", + "Tools.Names.MultiTool": "Multi-Tool", "Tools.Names.CommonTools": "Common Tools",