Ignore:
Timestamp:
Oct 19, 2013, 1:04:11 PM (11 years ago)
Author:
mistic100
Message:

feature 2978: remove useless sprintf in the core

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/calendar_weekly.class.php

    r19703 r25005  
    4545    for ($i=1; $i<=53; $i++)
    4646    {
    47       $week_no_labels[$i] = sprintf( l10n("Week %d"), $i);
     47      $week_no_labels[$i] = l10n('Week %d', $i);
    4848      //$week_no_labels[$i] = $i;
    4949    }
Note: See TracChangeset for help on using the changeset viewer.