diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-09-22 20:45:44 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-09-22 20:45:44 +0000 |
commit | 1d7758f029c150046aae7da7e089bd1e4e813a76 (patch) | |
tree | 0c0a35267cb10256ffa82f8337b654a577d1028a /language/english.php | |
parent | fd5a3516a9a6fa1695103a5fb3bd974d9a798a09 (diff) |
Filename must use the same characters as the directories
git-svn-id: http://piwigo.org/svn/trunk@160 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/english.php')
-rw-r--r-- | language/english.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language/english.php b/language/english.php index 85117f5bd..713580839 100644 --- a/language/english.php +++ b/language/english.php @@ -558,7 +558,7 @@ Once this file deleted , follow this instructions : $lang['infoimage_addtoall'] = 'add to all'; $lang['infoimage_removefromall'] = 'remove from all'; $lang['infoimage_associate'] = 'Associate to the category'; - $lang['update_wrong_dirname'] = 'The name of the directory must be composed of letters, figures, "-", "_" or "."'; + $lang['update_wrong_dirname'] = 'The name of directories and files must be composed of letters, figures, "-", "_" or "."'; $lang['stats_last_days'] = 'last days'; $lang['stats_pages_seen'] = 'pages seen'; $lang['stats_visitors'] = 'guests'; |