Index: lams_central/web/lams_authoring.swf =================================================================== diff -u -r26907bf342a5cfea25c87d51fee41c7c663871c6 -r26fcfdc7b9da9fac6431387aa086debd49b6c737 Binary files differ Index: lams_central/web/lams_authoring_library.swf =================================================================== diff -u -r26907bf342a5cfea25c87d51fee41c7c663871c6 -r26fcfdc7b9da9fac6431387aa086debd49b6c737 Binary files differ Index: lams_flash/src/central/flash/org/lamsfoundation/lams/authoring/GateConditionMatchingDialog.as =================================================================== diff -u -r64f42c88ebf08393b1c53bbd00c3cd4fec211c10 -r26fcfdc7b9da9fac6431387aa086debd49b6c737 --- lams_flash/src/central/flash/org/lamsfoundation/lams/authoring/GateConditionMatchingDialog.as (.../GateConditionMatchingDialog.as) (revision 64f42c88ebf08393b1c53bbd00c3cd4fec211c10) +++ lams_flash/src/central/flash/org/lamsfoundation/lams/authoring/GateConditionMatchingDialog.as (.../GateConditionMatchingDialog.as) (revision 26fcfdc7b9da9fac6431387aa086debd49b6c737) @@ -106,7 +106,7 @@ var gateStates:Array = new Array(); var openState:ObjState = new ObjState(Dictionary.getValue("gate_open"), "open"); - var closedState:ObjState = new ObjState(Dictionary.getValue("gate_closed"), "closed"); + var closedState:ObjState = new ObjState(Dictionary.getValue("gate_closed")+" ("+Dictionary.getValue('pi_defaultBranch_cb_lbl')+")", "closed"); gateStates.push(openState); gateStates.push(closedState);