diff options
Diffstat (limited to '')
-rw-r--r-- | include/functions_notification.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions_notification.inc.php b/include/functions_notification.inc.php index 77416db01..4daff6496 100644 --- a/include/functions_notification.inc.php +++ b/include/functions_notification.inc.php @@ -529,7 +529,7 @@ function get_html_description_recent_post_date($date_detail) .l10n_dec('%d new element', '%d new elements', $date_detail['nb_elements']) .' (' .'<a href="'.make_index_url(array('section'=>'recent_pics')).'">' - .l10n('recent_pics_cat').'</a>' + .l10n('Recent pictures').'</a>' .')' .'</li><br>'; |