summaryrefslogtreecommitdiff
path: root/modules/gallery_unit_test/views
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-12-21 12:09:16 -0800
committerBharat Mediratta <bharat@menalto.com>2009-12-21 12:09:16 -0800
commit0c3fd9579fa5008cb51ab7080f2d861aa3fbfd6a (patch)
treef0d63d10a3088154c38efb6f4d61fce41377f471 /modules/gallery_unit_test/views
parent7d8f76fa7a303447f7835b803c05739b3e8e48c3 (diff)
Stop using Kohana::lang.
Diffstat (limited to 'modules/gallery_unit_test/views')
-rw-r--r--modules/gallery_unit_test/views/kohana_unit_test_cli.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery_unit_test/views/kohana_unit_test_cli.php b/modules/gallery_unit_test/views/kohana_unit_test_cli.php
index 352671eb..3203ee44 100644
--- a/modules/gallery_unit_test/views/kohana_unit_test_cli.php
+++ b/modules/gallery_unit_test/views/kohana_unit_test_cli.php
@@ -44,7 +44,7 @@ foreach ($results as $class => $methods) {
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";