From 321ec485103b79381f48a5342914a433103f9de5 Mon Sep 17 00:00:00 2001 From: WarmUpTill Date: Thu, 4 Jan 2024 01:01:39 +0100 Subject: [PATCH] Adjust widget order for "source type" scene item selection --- data/locale/en-US.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/locale/en-US.ini b/data/locale/en-US.ini index 77042d42..e0fd6ffa 100644 --- a/data/locale/en-US.ini +++ b/data/locale/en-US.ini @@ -1549,7 +1549,7 @@ AdvSceneSwitcher.sceneItemSelection.type.sourceVariable.entry="{{nameConflictInd AdvSceneSwitcher.sceneItemSelection.type.sourceNamePattern="Source name matches pattern" AdvSceneSwitcher.sceneItemSelection.type.sourceNamePattern.entry="{{nameConflictIndex}}matching{{pattern}}{{regex}}" AdvSceneSwitcher.sceneItemSelection.type.sourceGroup="Sources of type" -AdvSceneSwitcher.sceneItemSelection.type.sourceGroup.entry="{{nameConflictIndex}}Source type{{sourceGroups}}" +AdvSceneSwitcher.sceneItemSelection.type.sourceGroup.entry="Source type{{nameConflictIndex}}{{sourceGroups}}" AdvSceneSwitcher.sceneItemSelection.type.index="Source with index" AdvSceneSwitcher.sceneItemSelection.type.index.entry="{{index}}source" AdvSceneSwitcher.sceneItemSelection.type.indexRange="Sources in index range"