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/no_photo_yet.inc.php

    r19703 r25005  
    7777        array(
    7878          'step' => 2,
    79           'intro' => sprintf(
    80             l10n('Hello %s, your Piwigo photo gallery is empty!'),
     79          'intro' => l10n(
     80            'Hello %s, your Piwigo photo gallery is empty!',
    8181            $user['username']
    8282            ),
Note: See TracChangeset for help on using the changeset viewer.