aboutsummaryrefslogtreecommitdiffstats
path: root/include/filter.inc.php
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2011-01-16 20:43:56 +0000
committerrvelices <rv-github@modusoptimus.com>2011-01-16 20:43:56 +0000
commit8a14faf0e1629e27b8c3f32b53c3d96994cabecb (patch)
tree279156046f1eeb96c5f5d0db2069a3c85f376be3 /include/filter.inc.php
parent2da15bed331842ee21d33128bd74cdc960eb9993 (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 'include/filter.inc.php')
-rw-r--r--include/filter.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/filter.inc.php b/include/filter.inc.php
index 2ba928686..3f2467d0b 100644
--- a/include/filter.inc.php
+++ b/include/filter.inc.php
@@ -123,7 +123,7 @@ WHERE ';
unset($filter_key);
if (get_filter_page_value('add_notes'))
{
- $header_notes[] = l10n_dec('Elements posted within the last %d day.', 'Elements posted within the last %d days.', $filter['recent_period']);
+ $header_notes[] = l10n_dec('Photos posted within the last %d day.', 'Photos posted within the last %d days.', $filter['recent_period']);
}
include_once(PHPWG_ROOT_PATH.'include/functions_filter.inc.php');
}