diff options
Diffstat (limited to 'language/templates')
-rw-r--r-- | language/templates/admin.lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language/templates/admin.lang.php b/language/templates/admin.lang.php index 000b00a2d..19abbc5c7 100644 --- a/language/templates/admin.lang.php +++ b/language/templates/admin.lang.php @@ -531,7 +531,7 @@ $lang['c13y_more_info'] = 'Go to %s or %s for more informations'; $lang['c13y_more_info_forum'] = 'the forum'; $lang['c13y_more_info_wiki'] = 'the wiki'; $lang['c13y_exif_anomaly'] = '%s value is not correct file because exif are not supported'; -$lang['c13y_exif_correction'] = '%s must be to set to false in your config_local.inc.php file'; +$lang['c13y_exif_correction'] = '%s must be to set to false in your local/config/config.inc.php file'; $lang['c13y_guest_non_existent'] = 'Main "guest" user does not exist'; $lang['c13y_bad_guest_status'] = 'Main "guest" user status is incorrect'; $lang['c13y_default_non_existent'] = 'Default user does not exist'; |