diff options
author | rvelices <rv-github@modusoptimus.com> | 2011-01-16 20:43:56 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2011-01-16 20:43:56 +0000 |
commit | 8a14faf0e1629e27b8c3f32b53c3d96994cabecb (patch) | |
tree | 279156046f1eeb96c5f5d0db2069a3c85f376be3 /profile.php | |
parent | 2da15bed331842ee21d33128bd74cdc960eb9993 (diff) |
feature 2102 : rename item/image/picture to photo (public side)
git-svn-id: http://piwigo.org/svn/trunk@8711 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'profile.php')
-rw-r--r-- | profile.php | 2 |
1 files changed, 1 insertions, 1 deletions
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']) |