Development

Changeset 4622

You must first sign up to be able to contribute.

Changeset 4622

Show
Ignore:
Timestamp:
07/16/07 13:23:10 (1 year ago)
Author:
fabien
Message:

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

Files:

Legend:

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

    r2786 r4622  
    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>