Instruction text and screenshot updated

This commit is contained in:
Anis Ahmad
2020-07-11 08:11:58 +06:00
parent 533c28f8bc
commit a52b5ca7da
2 changed files with 1 additions and 1 deletions

View File

@@ -205,7 +205,7 @@ func (pane TaskPane) setHintMessage() {
if len(projectPane.projects) == 0 {
pane.hint.SetText("Welcome to the organized life!\n------------------------------\n Create TaskList/Project at the bottom of Projects pane.\n (Press p,n) \n\nHelp - https://bit.ly/cli-task")
} else {
pane.hint.SetText("Select a TaskList/Project to load tasks.\nPress p,n to create new Project.\n\nHelp - https://bit.ly/cli-task")
pane.hint.SetText("Select a TaskList/Project (Press Enter) to load tasks.\nOr create a new Project (Press p,n).\n\nHelp - https://bit.ly/cli-task")
}
// Add: For help - https://bit.ly/cli-task

Binary file not shown.

Before

Width:  |  Height:  |  Size: 381 KiB

After

Width:  |  Height:  |  Size: 453 KiB