From 438ba2fc19da92db85b7b04af2e53bfd93f5b4a8 Mon Sep 17 00:00:00 2001 From: aliaxander Date: Fri, 19 Feb 2016 18:53:26 +0300 Subject: [PATCH] test --- PHPCI/Helper/Lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PHPCI/Helper/Lang.php b/PHPCI/Helper/Lang.php index 3771db86..42027cee 100644 --- a/PHPCI/Helper/Lang.php +++ b/PHPCI/Helper/Lang.php @@ -37,7 +37,7 @@ class Lang return call_user_func_array('sprintf', $vars); } - return $string; + return '%%MISSING STRING: ' . $string . '%%'; } /**