diff --git a/docs/widgets_project_groups.md b/docs/widgets_project_groups.md
index 8fade19d..141bd647 100644
--- a/docs/widgets_project_groups.md
+++ b/docs/widgets_project_groups.md
@@ -29,8 +29,8 @@ The FSP is actually a project, as it got handled in the previous versions.
-
: Removes the select project from the group.
-
: Moves the selected project to the top. This modifies the order of construction.
-
: Moves the selected project to the bottom. This modifies the order of construction.
--
: When the last icon indicates this state and if the group is build using the wait points than this project is build in a new parallel process.
--
: When the last icon indicates this state and if the group is build using the wait points than this project is not build until the previous project are build. A wait point is often used for the last item since the binaries produced by the other projects have to be linked in.
+-
: When the last icon indicates this state and if the group is build using the wait points then this project is build in a new parallel process. An async point is often used for the static libraries.
+-
: When the last icon indicates this state and if the group is build using the wait points then this project is not build until the previous project are build. A wait point is often used for the last item since the binaries produced by the other projects have to be linked in.
The field at the bottom indicates the status of the FSP.