Skip to content

Commit

Permalink
Change string to match actual translation text
Browse files Browse the repository at this point in the history
  • Loading branch information
matrikular committed Oct 28, 2016
1 parent a5c08cd commit dae023e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libraries/cms/helper/content.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,9 @@ public static function getActions($component = '', $section = '', $id = 0)

if ($actions === false)
{
JLog::add(JText::sprintf('JLIB_ERROR_COMPONENT_SPECIFIC_ACCESS_XML_FILE_INVALID_FORMAT_OR_MISSING', $component), JLog::ERROR, 'jerror');
JLog::add(
JText::sprintf('JLIB_ERROR_COMPONENTS_ACL_CONFIGURATION_FILE_MISSING_OR_IMPROPERLY_STRUCTURED', $component), JLog::ERROR, 'jerror'
);

return $result;
}
Expand Down

0 comments on commit dae023e

Please sign in to comment.