aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--todolist/app.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/todolist/app.go b/todolist/app.go
index dcce3ba..f223a0a 100644
--- a/todolist/app.go
+++ b/todolist/app.go
@@ -110,7 +110,7 @@ func (a *App) ArchiveCompleted() {
}
}
a.Save()
- fmt.Println("All completed todos archived.")
+ fmt.Println("All completed todos have been archived.")
}
func (a *App) ListTodos(input string) {