Removing of irritating text

This commit is contained in:
Aliaxander 2016-02-19 18:51:32 +03:00
parent 2ddda7711e
commit f0872f1320

View file

@ -37,7 +37,7 @@ class Lang
return call_user_func_array('sprintf', $vars);
}
return '%%MISSING STRING: ' . $string . '%%';
return $string;
}
/**