diff options
author | plegall <plg@piwigo.org> | 2010-09-27 23:32:09 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-09-27 23:32:09 +0000 |
commit | c6a5f13d2307757a0328f9c8fac340938a17f90d (patch) | |
tree | 2cdbc8d891390edda192101d6cc10038c018b936 /admin/site_update.php | |
parent | 70978fdf5471e3a9b08bc948b4d0a3640d35f42c (diff) |
feature 1616: rename category into album, a few language keys were missing
git-svn-id: http://piwigo.org/svn/trunk@7024 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/site_update.php')
-rw-r--r-- | admin/site_update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/site_update.php b/admin/site_update.php index 512a292b7..17e5dd205 100644 --- a/admin/site_update.php +++ b/admin/site_update.php @@ -60,7 +60,7 @@ $error_labels = array( ), 'PWG-UPDATE-2' => array( l10n('missing thumbnail'), - l10n('a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the category directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :').implode(',', $conf['picture_ext']) + l10n('a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the album directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :').implode(',', $conf['picture_ext']) ), 'PWG-ERROR-NO-FS' => array( l10n('File/directory read error'), |