Show
Ignore:
Timestamp:
08/28/06 19:07:33 (5 years ago)
Author:
max-horvath
Message:

"2006-08-28 Benoit Gregoire <bock@…>

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/classes/Content/Langstring/Langstring.php

    r1080 r1083  
    129129 
    130130            if ($row == null) { 
    131                 $retval = sprintf(_("(Empty $s)"), get_class($this)); 
     131                $retval = sprintf(_("(Empty %s)"), get_class($this)); 
    132132            } else { 
    133133                $retval = $row['value'];