tbrehm
2010-03-21 c86da31b33c57df2e2cc611bf088be70830bcd0c
interface/lib/app.inc.php
@@ -172,6 +172,10 @@
      }      
      if(!empty($this->_wb[$text])) {
         $text = $this->_wb[$text];
      } else {
         if($this->_conf['debug_language']) {
            $text = '#'.$text.'#';
         }
      }
      return $text;
   }