From 28c97f181a6e6a3820a52a6c15a806c72bbe3f2d Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Fri, 13 Mar 2009 10:35:17 -0400 Subject: [PATCH] Grammar - Changed wording of the help output. --- src/command.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command.cpp b/src/command.cpp index 4197810ba..769fa4af1 100644 --- a/src/command.cpp +++ b/src/command.cpp @@ -309,7 +309,7 @@ std::string handleVersion (Config& conf) link.addCell (link.addRow (), 0, "See http://www.beckingham.net/task.html for the latest releases and a " "full tutorial. New releases containing fixes and enhancements are " - "released frequently."); + "made frequently."); // Create a table for output. Table table;