Show
Ignore:
Timestamp:
07/04/08 14:25:17 (5 months ago)
Author:
aarkerio
Message:

Internatiantilzation

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/lessons/admin_edit.ctp

    r585 r624  
    1212?> 
    1313<fieldset> 
    14 <legend>Edit Lesson: <?php echo $this->data['Lesson']['title']; ?></legend> 
     14<legend><?php __('Edit Lesson');?> : <?php echo $this->data['Lesson']['title']; ?></legend> 
    1515<table> 
    1616<tr><td> 
     
    5151     ?> 
    5252  </td></tr> 
    53   <tr><td colspan="3"> </fieldset> 
    54   <?php echo $form->end('Save'); ?> 
     53  <tr><td colspan="3">  
     54  <?php echo $form->end(__('Save', true)); ?> 
     55</fieldset> 
    5556</td></tr> 
    5657</table>