Updating description.

This commit is contained in:
Sipke Schoorstra
2014-06-08 12:26:46 -07:00
parent ba622e81e8
commit d012943b51

View File

@@ -25,7 +25,7 @@ namespace Orchard.Scripting.CSharp.Forms {
_Script: Shape.TextArea(
Id: "Script", Name: "Script",
Title: T("Script"),
Description: T("The script to run every time the Decision Activity is invoked. You can use ContentItem, Services, WorkContext, and T(). Call SetOutcome(string outcome) to define the outcome of the activity."),
Description: T("The script to run every time the Decision Activity is invoked. You can use ContentItem, Services, WorkContext, Workflow and T(). Call SetOutcome(string outcome) to define the outcome of the activity."),
Classes: new[] { "tokenized" }
)
);