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/functions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/functions.inc.php') diff --git a/include/functions.inc.php b/include/functions.inc.php index 460c32cdf..653031ab6 100644 --- a/include/functions.inc.php +++ b/include/functions.inc.php @@ -1434,7 +1434,7 @@ function get_icon($date, $is_child_date = false) if (!isset($cache['get_icon']['title'])) { $cache['get_icon']['title'] = sprintf( - l10n('images posted during the last %d days'), + l10n('photos posted during the last %d days'), $user['recent_period'] ); } -- cgit v1.2.3