Changeset 2184

Show
Ignore:
Timestamp:
07/15/08 20:27:56 (6 months ago)
Author:
ringmaster
Message:

Title the publishing pages by the type of content they're producing.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/htdocs/system/classes/adminhandler.php

    r2174 r2184  
    419419            $this->theme->newpost= true; 
    420420        } 
     421         
     422        $this->theme->admin_page= sprintf(_t('Publish %s'), ucwords(Post::type_name($post->content_type))); 
    421423 
    422424        $statuses= Post::list_post_statuses( false );