diff options
Diffstat (limited to 'todolist')
| -rw-r--r-- | todolist/app.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/todolist/app.go b/todolist/app.go index 5f26d45..1ab6b20 100644 --- a/todolist/app.go +++ b/todolist/app.go @@ -138,7 +138,7 @@ func (a *App) ArchiveCompleted() { } } a.Save() - fmt.Println("All archived todos completed.") + fmt.Println("All completed todos have been archived.") } func (a *App) ListTodos(input string) { |
