Skip to content
Snippets Groups Projects
Commit bc03540e authored by Thomas Mortagne's avatar Thomas Mortagne
Browse files

[misc] Improve description

parent 750885bc
No related branches found
No related tags found
No related merge requests found
......@@ -200,7 +200,8 @@ public boolean isAuthorSet()
* @return true if the authors coming from the events should be kept.
*/
@PropertyName("Preserve author")
@PropertyDescription("Indicate if the authors comming from the events should be kept")
@PropertyDescription("Indicate if the authors comming from the events should be kept."
+ " If false the current user is used.")
public boolean isAuthorPreserved()
{
return !isAuthorSet() && this.authorPreserved;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment