From 540b00cb36b492ae0429ee4f03e3c0b9aacc5107 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Fri, 19 Feb 2010 22:15:07 +0100 Subject: [PATCH] Wording --- nag/lib/Driver/Sql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.11.0