aboutsummaryrefslogtreecommitdiff
path: root/languages/en.php
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-25 12:05:13 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-25 12:05:13 +0000
commitd36689c70d06c08cc5aaf6c9edaa0b29b5c92142 (patch)
tree25e9831164eeeb1346cb2a95d37f38800361a9d0 /languages/en.php
parenta84d840c9d037e23dfb65577d44bd02faf50d997 (diff)
downloadelgg-d36689c70d06c08cc5aaf6c9edaa0b29b5c92142.tar.gz
elgg-d36689c70d06c08cc5aaf6c9edaa0b29b5c92142.tar.bz2
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
Diffstat (limited to 'languages/en.php')
-rw-r--r--languages/en.php3
1 files changed, 2 insertions, 1 deletions
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",