Wording
authorJan Schneider <jan@horde.org>
Fri, 19 Feb 2010 21:15:07 +0000 (22:15 +0100)
committerJan Schneider <jan@horde.org>
Fri, 19 Feb 2010 23:18:08 +0000 (00:18 +0100)
nag/lib/Driver/Sql.php

index 6d7985d..63a8bcd 100644 (file)
@@ -94,7 +94,7 @@ class Nag_Driver_Sql extends Nag_Driver {
             return $row;
         }
         if ($row === null) {
-            return PEAR::raiseError(_("Task ID not found"));
+            return PEAR::raiseError(_("Task not found"));
         }
 
         /* Decode and return the task. */