Changeset 2198
- Timestamp:
- 04/24/08 20:07:11 (3 weeks ago)
- Files:
-
- alternc/trunk/bureau/class/m_err.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc/trunk/bureau/class/m_err.php
r2196 r2198 91 91 function errstr() { 92 92 if (is_string($this->error)) { 93 $msg = s printf(_("err_".$this->clsid."_generic: ")._($this->error)."\n",$this->param);93 $msg = strtr(_("err_".$this->clsid."_generic: ")._($this->error)."\n",$this->param); 94 94 } else { 95 $msg = s printf(_("err_".$this->clsid."_".$this->error)."\n",$this->param);95 $msg = strtr(_("err_".$this->clsid."_".$this->error)."\n",$this->param); 96 96 } 97 97 return $msg;
