diff options
Diffstat (limited to 'include/functions.inc.php')
-rw-r--r-- | include/functions.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
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'] ); } |