Skip to content

Commit

Permalink
Fix message order
Browse files Browse the repository at this point in the history
  • Loading branch information
nadment committed Apr 29, 2024
1 parent 7384ff5 commit 8462f11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ Workflow.Comment.FollowedSuccess=Followed link after success
Workflow.Comment.FollowedUnconditional=Followed unconditional link
Workflow.Comment.WorkflowFinished=Workflow execution finished
Workflow.Comment.WorkflowStarted=Start of workflow execution
Workflow.Log.StopWorkflowExecution=Stop workflow execution
Workflow.Log.CounldNotFindStartingPoint=Couldn''t find starting point in this workflow.
Workflow.Log.ErrorExecWorkflow=A serious error occurred during workflow execution\: {0}
Workflow.Log.FinishedAction=Finished action [{0}] (result\=[{1}])
Workflow.Log.LaunchedActionInParallel=Launched action [{0}] in parallel.
Workflow.Log.NoHopServerSpecified=No hop server specified
Workflow.Log.StartingAction=Starting action [{0}]
Workflow.Log.StopWorkflowExecution=Stop workflow execution
Workflow.Log.UnexpectedError=Unexpected error occurred while launching entry [{0}]
Workflow.Log.UnexpectedErrorWhileWaitingForAction=Unexpected error while waiting for action [{0}] to finish.
Workflow.Log.UniqueWorkflowName=The workflow needs a name to uniquely identify it by on the remote server.
Expand Down

0 comments on commit 8462f11

Please sign in to comment.