feature 2102 : rename item/image/picture to photo (public side)

git-svn-id: http://piwigo.org/svn/trunk@8711 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices
2011-01-16 20:43:56 +00:00
parent 2da15bed33
commit 8a14faf0e1
47 changed files with 461 additions and 523 deletions

View File

@@ -120,7 +120,7 @@ function save_profile_from_post($userdata, &$errors)
if (empty($_POST['nb_image_line'])
or (!preg_match($int_pattern, $_POST['nb_image_line'])))
{
$errors[] = l10n('The number of images per row must be a not null scalar');
$errors[] = l10n('The number of photos per row must be a not null scalar');
}
if (empty($_POST['nb_line_page'])