custom_search_action : fix typo in info message

This commit is contained in:
Benjamin Renard 2014-11-20 00:10:56 +01:00
parent 0b0e38f5c8
commit 508e898210

View file

@ -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']) {