Development

#4575 (sfAssetsLibraryPlugin has some lingering French in English version)

You must first sign up to be able to contribute.

Ticket #4575 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

sfAssetsLibraryPlugin has some lingering French in English version

Reported by: jillelaine Assigned to: blacksun
Priority: minor Milestone: 1.0.19
Component: sfAssetsLibraryPlugin Version: 1.0.19
Keywords: Cc:
Qualification: Unreviewed

Description

In file sfAssetsLibraryPlugin/modules/sfAsset/templates/_asset.php this line:

<?php echo link_to(image_tag('/sfAssetsLibraryPlugin/images/delete.png', 'class=deleteImage align=top'), 'sfAsset/deleteAsset?id='.$sf_asset->getId(), array('title' => __('Supprimer'), 'confirm' => __('Etes-vous sûr ?'))); ?>

should read:

<?php echo link_to(image_tag('/sfAssetsLibraryPlugin/images/delete.png', 'class=deleteImage align=top'), 'sfAsset/deleteAsset?id='.$sf_asset->getId(), array('title' => __('Delete'), 'confirm' => __('Are you sure?'))); ?>

Change History

10/05/08 10:06:22 changed by francois

  • status changed from new to closed.
  • resolution set to fixed.

(In [11950]) sfAssetsLibraryPlugin Fixed French sentences (closes #4575)