From 508e8982106cab2469130dd6b7c49fccfc2090f0 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Thu, 20 Nov 2014 00:10:56 +0100 Subject: [PATCH] custom_search_action : fix typo in info message --- public_html/custom_search_action.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/custom_search_action.php b/public_html/custom_search_action.php index b223ef90..41bef9bc 100644 --- a/public_html/custom_search_action.php +++ b/public_html/custom_search_action.php @@ -50,7 +50,7 @@ if(LSsession :: startLSsession()) { LSsession :: addInfo(getFData(__($config['onSuccessMsgFormat']),$objectname)); } else { - LSsession :: addInfo(getFData(_('The custom action %{title} have been successfully execute this search.'),$title)); + LSsession :: addInfo(getFData(_('The custom action %{title} have been successfully execute on this search.'),$title)); } } if (!isset($config['redirectToObjectList']) || $config['redirectToObjectList']) {