diff --git a/src/Task.cpp b/src/Task.cpp index c8c9d6e07..2f49c6ab1 100644 --- a/src/Task.cpp +++ b/src/Task.cpp @@ -527,7 +527,7 @@ void Task::validate () const if (!has ("uuid") || !has ("entry") || !has ("description")) - throw std::string ("A task must have a uuid, entry date and description in order to be valid."); // TODO i18n + throw std::string ("A task must have a description in order to be valid."); // TODO i18n if (get ("description") == "") // No i18n throw std::string ("Cannot add a task that is blank, or contains or characters."); // TODO i18n