From d36689c70d06c08cc5aaf6c9edaa0b29b5c92142 Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 25 Jun 2008 12:05:13 +0000 Subject: Fixes #84: Method for retrieving preferences for a user and notifying accordingly http://trac.elgg.org/elgg/ticket/84 git-svn-id: https://code.elgg.org/elgg/trunk@1120 36083f99-b078-4883-b0ff-0f9b5a30f544 --- languages/en.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'languages') diff --git a/languages/en.php b/languages/en.php index 29aaa00bb..4d99a2ce1 100644 --- a/languages/en.php +++ b/languages/en.php @@ -81,7 +81,8 @@ 'NotificationException:NoNotificationMethod' => "No notification method specified.", 'NotificationException:NoHandlerFound' => "No handler found for '%s' or it was not callable.", 'NotificationException:ErrorNotifyingGuid' => "There was an error while notifying %d", - 'NotificationException:NoEmailAddress' => "Could not get the email address for GUID:%d", + 'NotificationException:NoEmailAddress' => "Could not get the email address for GUID:%d", + 'NotificationException:MissingParameter' => "Missing a required parameter, '%s'", 'DatabaseException:WhereSetNonQuery' => "Where set contains non WhereQueryComponent", 'DatabaseException:SelectFieldsMissing' => "Fields missing on a select style query", -- cgit v1.2.3