diff options
Diffstat (limited to 'lib/plugins/config/lang/fr/lang.php')
-rw-r--r-- | lib/plugins/config/lang/fr/lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/config/lang/fr/lang.php b/lib/plugins/config/lang/fr/lang.php index 30f80fc9f..eecf1e6fd 100644 --- a/lib/plugins/config/lang/fr/lang.php +++ b/lib/plugins/config/lang/fr/lang.php @@ -49,7 +49,7 @@ $lang['youarehere'] = 'Traces hiérarchiques'; $lang['typography'] = 'Effectuer des améliorations typographiques'; $lang['htmlok'] = 'Permettre html dans les pages'; $lang['phpok'] = 'Permettre php dans les pages'; -$lang['dformat'] = 'Format de date (cf. fonction <a href="http://www.php.net/date">date</a> de PHP)'; +$lang['dformat'] = 'Format de date (cf. fonction <a href="http://www.php.net/strftime">strftime</a> de PHP)'; $lang['signature'] = 'Signature'; $lang['toptoclevel'] = 'Niveau supérieur pour figurer dans la table des matières'; $lang['maxtoclevel'] = 'Niveau maximum pour figurer dans la table des matières'; |