#19252: Adding Dot as a fake checkin to close issue.

Work Item: 19252

--HG--
branch : 1.x
This commit is contained in:
Nicholas Mayne
2013-06-07 23:54:19 +01:00
parent bacf3176af
commit cd125b2e86

View File

@@ -105,7 +105,7 @@ namespace Orchard.Widgets.Controllers {
} }
private bool IsAuthorizedToManageWidgets() { private bool IsAuthorizedToManageWidgets() {
return Services.Authorizer.Authorize(Permissions.ManageWidgets, T("Not authorized to manage widgets")); return Services.Authorizer.Authorize(Permissions.ManageWidgets, T("Not authorized to manage widgets."));
} }