Development

Changeset 4621

You must first sign up to be able to contribute.

Changeset 4621

Show
Ignore:
Timestamp:
07/16/07 13:21:42 (2 years ago)
Author:
fabien
Message:

fixed untranslated message in _list_messages.php partial (closes #1969)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0/data/generator/sfPropelAdmin/default/template/templates/_list_messages.php

    r2786 r4621  
    11[?php if ($sf_request->getError('delete')): ?] 
    22<div class="form-errors"> 
    3   <h2>Could not delete the selected <?php echo sfInflector::humanize($this->getSingularName()) ?></h2> 
     3  <h2>[?php echo __('Could not delete the selected %name%', array('%name%' => '<?php echo sfInflector::humanize($this->getSingularName()) ?>')) ?]</h2> 
    44  <ul> 
    55    <li>[?php echo $sf_request->getError('delete') ?]</li> 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting, and supporting several large Open-Source projects.