Skip to content

Commit

Permalink
Converted simple string to JText language string
Browse files Browse the repository at this point in the history
  • Loading branch information
bygiro committed Aug 31, 2014
1 parent 75b6684 commit 63abe18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/cms/installer/installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ public function abort($msg = null, $type = null)

if ($debug)
{
throw new RuntimeException('Installation unexpectedly terminated: ' . $msg, 500);
throw new RuntimeException(JText::_("JLIB_INSTALLER_ABORT_DEBUG") . ' ' . $msg, 500);
}

return $retval;
Expand Down

0 comments on commit 63abe18

Please sign in to comment.