Ignore:
Timestamp:
Jun 27, 2014, 9:54:47 AM (10 years ago)
Author:
Youp3
Message:

Advanced Meta Data : prise en compte de la modification l10n / translate + sprintf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AMetaData/maintain.inc.php

    r10302 r28815  
    4848function gpcMsgError(&$errors)
    4949{
    50   $msg=sprintf(l10n('To install this plugin, you need to install Grum Plugin Classes %s before'), AMD_GPC_NEEDED);
     50  $msg=l10n('To install this plugin, you need to install Grum Plugin Classes %s before', AMD_GPC_NEEDED);
    5151  if(is_array($errors))
    5252  {
Note: See TracChangeset for help on using the changeset viewer.