Removing superfluous spaces from Workflows/Content Activity descriptions, found

by Benedek

--HG--
branch : 1.x
This commit is contained in:
Zoltán Lehóczky
2013-07-23 15:27:03 +02:00
parent cf3ae7beab
commit 78ff9b245a

View File

@@ -86,7 +86,7 @@ namespace Orchard.Workflows.Activities {
public override LocalizedString Description {
get { return T("Content is versioned."); }
get { return T("Content is versioned."); }
}
}
@@ -96,7 +96,7 @@ namespace Orchard.Workflows.Activities {
}
public override LocalizedString Description {
get { return T("Content is removed."); }
get { return T("Content is removed."); }
}
}
}