Changeset 22 for trunk/app/views/helpers

Show
Ignore:
Timestamp:
06/23/07 20:57:09 (17 months ago)
Author:
aarkerio
Message:

Log

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/helpers/gags.php

    r20 r22  
    3232   public function setStatus($s) { 
    3333            
    34            $status = ( $s == 1 ) ? 'Published' : 'Draft'; 
     34           $status = ( $s == 1 ) ? 'Publicado' : 'En preparación'; 
    3535            
    3636           return $status;