From: Jan Schneider Date: Fri, 19 Feb 2010 21:15:07 +0000 (+0100) Subject: Wording X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=540b00cb36b492ae0429ee4f03e3c0b9aacc5107;p=horde.git Wording --- diff --git a/nag/lib/Driver/Sql.php b/nag/lib/Driver/Sql.php index 6d7985d31..63a8bcdd0 100644 --- a/nag/lib/Driver/Sql.php +++ b/nag/lib/Driver/Sql.php @@ -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. */