Skip to content
This repository has been archived by the owner on Mar 1, 2021. It is now read-only.

Commit

Permalink
Fixed the help info of the milestone taskboard
Browse files Browse the repository at this point in the history
  • Loading branch information
bameda committed Jan 15, 2014
1 parent 5272bf1 commit 54953e3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions gmncurses/ui/views/milestones.py
Expand Up @@ -21,11 +21,12 @@ class ProjectMilestoneSubView(base.SubView):
#("← | h | ctrl b", "Move Left"),
#("→ | l | ctrl f", "Move Right"),
)),
( "Task Actions:", (
( "Milestone Actions:", (
("m", "Change to another Milestone"),
("i", "Create new Task (TODO)"),
("e", "Edit selected Task/Us (TODO)"),
("Supr", "Delete selected Task (TODO)"),
("N", "Create new US (TODO)"),
("n", "Create new Task (TODO)"),
("e", "Edit selected US/Task (TODO Task)"),
("Supr", "Delete selected US/Task"),
)),
)

Expand Down

0 comments on commit 54953e3

Please sign in to comment.