Skip to content

Commit b230ec5

Browse files
committed
locale: Clarify "reevaluate condition state" option for run macro action
1 parent 1669b4c commit b230ec5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

data/locale/en-US.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,8 +1076,8 @@ AdvSceneSwitcher.action.macro.type.runActions="Run macro actions"
10761076
AdvSceneSwitcher.action.macro.type.run.conditions.ignore="Do not consider condition state"
10771077
AdvSceneSwitcher.action.macro.type.run.conditions.true="Only if conditions evaluate to true"
10781078
AdvSceneSwitcher.action.macro.type.run.conditions.false="Only if conditions evaluate to false"
1079-
AdvSceneSwitcher.action.macro.type.run.updateConditionMatchState="Reevaluate the condition state before executing this action"
1080-
AdvSceneSwitcher.action.macro.type.run.updateConditionMatchState.help="The plugin operates in phases:\n * The phase evaluating the macro conditions\n * The phase running macro actions\nMacros executed before this particular action might have side effects on the condition state of macros.\nCheck this option if you want those side effects to be taken into account when evaluating the condition state."
1079+
AdvSceneSwitcher.action.macro.type.run.updateConditionMatchState="Check conditions now, even if macro is paused"
1080+
AdvSceneSwitcher.action.macro.type.run.updateConditionMatchState.help="The plugin operates in phases:\n * The phase evaluating the macro conditions\n * The phase running macro actions\nMacros executed before this particular action might have side effects on the condition state of macros.\nAdditionally, paused macros are assumed to not match their conditions.\nCheck this option to force a fresh condition evaluation before running this action, regardless of whether the macro is paused."
10811081
AdvSceneSwitcher.action.macro.type.run.actionType.regular="actions"
10821082
AdvSceneSwitcher.action.macro.type.run.actionType.else="else-actions"
10831083
AdvSceneSwitcher.action.macro.type.run.skipWhenPaused="Skip execution when macro is paused"

0 commit comments

Comments
 (0)