mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-01-24 05:42:10 +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