Fixing typo

I need to get used to my new keyboard

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2013-05-29 16:24:36 -07:00
parent 5e42de1e40
commit 6228cea10e

View File

@@ -25,7 +25,7 @@ namespace Orchard.Workflows.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(). Return type must be a strin.gDecisionAc"),
Description: T("The script to run every time the Decision Activity is invoked. You can use ContentItem, Services, WorkContext, and T(). Return type must be a string."),
Classes: new[] { "tokenized" }
)
);