mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Removing superfluous spaces from Workflows/Content Activity descriptions, found
by Benedek --HG-- branch : 1.x
This commit is contained in:
@@ -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."); }
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user