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/template.class.php

    r24988 r25005  
    7474        load_language('admin.lang');
    7575        fatal_error(
    76           sprintf(
    77             l10n('Give write access (chmod 777) to "%s" directory at the root of your Piwigo installation'),
     76          l10n(
     77            'Give write access (chmod 777) to "%s" directory at the root of your Piwigo installation',
    7878            $conf['data_location']
    7979            ),
Note: See TracChangeset for help on using the changeset viewer.