From 6eea9f9e08f5d823484d2c76c81d3a1bca69b682 Mon Sep 17 00:00:00 2001 From: rvelices Date: Fri, 14 Jan 2011 21:19:15 +0000 Subject: feature 2102 : rename item/image/picture to photo git-svn-id: http://piwigo.org/svn/trunk@8665 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/section_init.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/section_init.inc.php') diff --git a/include/section_init.inc.php b/include/section_init.inc.php index 03acb12bd..02b1f83ab 100644 --- a/include/section_init.inc.php +++ b/include/section_init.inc.php @@ -455,7 +455,7 @@ SELECT DISTINCT(id) $page, array( 'title' => '' - .l10n('Recent pictures').'', + .l10n('Recent photos').'', 'items' => array_from_query($query, 'id'), ) ); @@ -542,7 +542,7 @@ SELECT DISTINCT(id) $page, array( 'title' => '' - .l10n('Random pictures').'', + .l10n('Random photos').'', 'items' => array_from_query($query, 'id'), ) ); -- cgit v1.2.3