diff options
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index 7953f12d6..d6b059a48 100644 --- a/languages/en.php +++ b/languages/en.php @@ -39,6 +39,7 @@ $english = array( 'exception:title' => "Fatal Error.", 'actionundefined' => "The requested action (%s) was not defined in the system.", + 'actionnotfound' => "The action file for %s was not found.", 'actionloggedout' => "Sorry, you cannot perform this action while logged out.", 'actionunauthorized' => 'You are unauthorized to perform this action', |