diff --git a/src/Orchard.Web/Modules/Orchard.AuditTrail/Views/DefinitionTemplates/AuditTrailPartSettings.cshtml b/src/Orchard.Web/Modules/Orchard.AuditTrail/Views/DefinitionTemplates/AuditTrailPartSettings.cshtml index 11a5936ce..2f6de1504 100644 --- a/src/Orchard.Web/Modules/Orchard.AuditTrail/Views/DefinitionTemplates/AuditTrailPartSettings.cshtml +++ b/src/Orchard.Web/Modules/Orchard.AuditTrail/Views/DefinitionTemplates/AuditTrailPartSettings.cshtml @@ -17,6 +17,6 @@
@Html.CheckBoxFor(m => m.ShowAuditTrailCommentInput) @Html.LabelFor(m => m.ShowAuditTrailCommentInput, T("Show comment input").Text, new { @class = "forcheckbox" }) - @T("Renders a text field to allow the user to enter a comment about the changes she made.") + @T("Renders a text field to allow the user to enter a comment about the changes he made.")
\ No newline at end of file diff --git a/src/Orchard.Web/Modules/Orchard.OutputCache/Module.txt b/src/Orchard.Web/Modules/Orchard.OutputCache/Module.txt index 953a42210..a8278dea1 100644 --- a/src/Orchard.Web/Modules/Orchard.OutputCache/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.OutputCache/Module.txt @@ -4,7 +4,7 @@ Author: The Orchard Team Website: http://orchardproject.net/ Version: 1.9.0 OrchardVersion: 1.9 -Description: Adds output caching functiona +Description: Adds output caching functionality Features: Orchard.OutputCache: Description: Adds output caching functionality. diff --git a/src/Orchard.Web/Modules/Orchard.OutputCache/Views/Admin/Index.cshtml b/src/Orchard.Web/Modules/Orchard.OutputCache/Views/Admin/Index.cshtml index 01225e25a..341ba2dab 100644 --- a/src/Orchard.Web/Modules/Orchard.OutputCache/Views/Admin/Index.cshtml +++ b/src/Orchard.Web/Modules/Orchard.OutputCache/Views/Admin/Index.cshtml @@ -23,7 +23,7 @@
@Html.TextBoxFor(m => m.DefaultCacheGraceTime, new { @class = "text small" }) - @T("Number of seconds past duration that stale items can be served from cache while regenaration is in progress. Enter 0 to disable grace time by default.") + @T("Number of seconds past duration that stale items can be served from cache while regeneration is in progress. Enter 0 to disable grace time by default.")
diff --git a/src/Orchard.Web/Modules/Orchard.Users/Activities/SignInUserActivity.cs b/src/Orchard.Web/Modules/Orchard.Users/Activities/SignInUserActivity.cs index 8122f06b0..ffbc05191 100644 --- a/src/Orchard.Web/Modules/Orchard.Users/Activities/SignInUserActivity.cs +++ b/src/Orchard.Web/Modules/Orchard.Users/Activities/SignInUserActivity.cs @@ -32,7 +32,7 @@ namespace Orchard.Users.Activities { } public override LocalizedString Description { - get { return T("Signs in a user based on the specified credentials, or if the current content item us a user, that user is signed in."); } + get { return T("Signs in a user based on the specified credentials, or if the current content item is a user, that user is signed in."); } } public override string Form {