diff --git a/gui/menu/help/TasksetTab.java b/gui/menu/help/TasksetTab.java
index 87e0a40544cb26c2d855a26226ad20da559742ae..a460cfb213dbfe1f92d10326eaf36d7f314d519c 100644
--- a/gui/menu/help/TasksetTab.java
+++ b/gui/menu/help/TasksetTab.java
@@ -12,11 +12,11 @@ public class TasksetTab extends TabPanel {
                             "Save Taskset"};
 
     private static final String[] fieldTexts = new String[] {
-                            "To add a task to the taskset, press the \"Add Task\" button, located in the panel titled \"Taskset\". Once this button is pressed, a dialog window will open to let you specify the attributes of the task to add. \nThis application will only allow for integer attributes to be specified. Other input (such as special characters or letters) will result in the task not being added to the taskset. \nAlthough it is possible to add a task with a deadline greater than the period, the scheduling algorithm will consider this an unschedulable task. Make sure to check this if the solution does not show. For information regarding priorities: Read the \"Priorities\" help-tab", 
+                            "To add a task to the taskset, press the \"Add Task\" button, located in the panel titled \"Taskset\". Once this button is pressed, an empty task field (marked in a special colour) will be added to the taskset, to let you specify the attributes of the task to add. If these are not specified the task will stay in the taskset, however, it is not considered a task until all attributes are specified.\nThis application will only allow for integer attributes to be specified. Other input (such as special characters or letters) will result in the task not being added to the taskset. \nAlthough it is possible to add a task with a deadline greater than the period, the scheduling algorithm will consider this an unschedulable task. Make sure to check this if the solution does not show. For information regarding priorities: Read the \"Priorities\" help-tab", 
                             "To remove a task from the taskset, press the task to remove. This highlights the task. When the task to be removed is highlighted, press the \"Remove Task\" button. The taskset will automatically shift the priorities of consecutive tasks to fit the scheduling policy.", 
                             "To change a tasks attributes, simply click the attribute you want to change and enter a new value. To confirm the new value, either press <Enter> or click anywhere else in the window panel. If the value was not entered correctly (for example the field was left empty), the last known valid number will be substituted into the attribute box.", 
-                            "Clear TasksetText", 
-                            "PrioritiesText", 
+                            "To clear the taskset, removing all the tasks except for added tasks that are not yet written, press the \"Edit\" menu item. In the drop down list, press \"Clear Taskset\".", 
+                            "Priorities is not something that can be specified in this program. Since most dynamic scheduling algorithm (e.g. RMS and EDF) have dynamic priority assignment, the priority assignment has been inaccessible.\nFor FixedPriority sheduling, make sure to add the tasks in the order you want them to be scheduled.", 
                             "Load TasksetText", 
                             "Save TasksetText"};