Skip to content

Commit

Permalink
Stop using Kohana::lang.
Browse files Browse the repository at this point in the history
  • Loading branch information
bharat committed Dec 21, 2009
1 parent 7d8f76f commit 0c3fd95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gallery_unit_test/views/kohana_unit_test_cli.php
Expand Up @@ -44,7 +44,7 @@ function magenta_start() {
red_start(), color_end());
echo " ", $result->getMessage(), "\n";
echo " ", $result->getFile();
echo " ", "(" . Kohana::lang("unit_test.line") . " " . $result->getLine(), ")\n";
echo " ", "(line " . $result->getLine(), ")\n";
if ($result->getDebug() !== null) {
echo " ", "(", gettype($result->getDebug()), ") ",
var_export($result->getDebug(), true), "\n";
Expand Down

0 comments on commit 0c3fd95

Please sign in to comment.