diff options
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 3 |
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",
|