Changeset 737 for trunk/app/views/quotes

Show
Ignore:
Timestamp:
08/25/08 16:39:15 (3 months ago)
Author:
aarkerio
Message:

Little bugs fixed

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/quotes/admin_listing.ctp

    r736 r737  
    2424<table style="width:100%"> 
    2525<?php 
    26 $th = array ('Edit', 'Quote', 'Author', 'Delete'); 
     26$th = array (__('Edit', true), __('Quote', true), __('Author', true), __('Delete', true)); 
     27 
    2728echo $html->tableHeaders($th); 
    2829