From 8a14faf0e1629e27b8c3f32b53c3d96994cabecb Mon Sep 17 00:00:00 2001 From: rvelices Date: Sun, 16 Jan 2011 20:43:56 +0000 Subject: feature 2102 : rename item/image/picture to photo (public side) git-svn-id: http://piwigo.org/svn/trunk@8711 68402e56-0260-453c-a942-63ccdbb3a9ee --- profile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'profile.php') diff --git a/profile.php b/profile.php index 160b649fd..3097b86c7 100644 --- a/profile.php +++ b/profile.php @@ -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']) -- cgit v1.2.3