diff options
Diffstat (limited to 'engine/lib')
-rw-r--r-- | engine/lib/actions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/actions.php b/engine/lib/actions.php index d164b14d6..18475de27 100644 --- a/engine/lib/actions.php +++ b/engine/lib/actions.php @@ -97,7 +97,7 @@ function action($action, $forwarder = "") { // @todo make this better! if ($event_result) { if (!include($CONFIG->actions[$action]['file'])) { - register_error(sprintf(elgg_echo('actionundefined'), $action)); + register_error(sprintf(elgg_echo('actionnotfound'), $action)); } } } else { |