diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-09-16 19:03:56 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-09-16 19:03:56 +0000 |
commit | c206a73dd21bd16e8666396455b42936a6551992 (patch) | |
tree | 678fb9b59dde4c7a1623d538044f91123d4fa2c5 /include/functions_notification.inc.php | |
parent | c4bb9c71dd3ca0cb3366623896d867903ce0c531 (diff) |
feature 1616: rename "category" into "album" (first commit; still to come)
git-svn-id: http://piwigo.org/svn/trunk@6951 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/functions_notification.inc.php')
-rw-r--r-- | include/functions_notification.inc.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/functions_notification.inc.php b/include/functions_notification.inc.php index 4f5f20e80..a89eb11f9 100644 --- a/include/functions_notification.inc.php +++ b/include/functions_notification.inc.php @@ -436,7 +436,7 @@ function news($start, $end, $exclude_img_cats=false, $add_url=false) if (!$exclude_img_cats) { add_news_line( $news, - nb_updated_categories($start, $end), '%d category updated', '%d categories updated', + nb_updated_categories($start, $end), '%d album updated', '%d albums updated', make_index_url(array('section'=>'recent_cats')), $add_url ); } @@ -585,7 +585,7 @@ function get_html_description_recent_post_date($date_detail) $description .= '<li>' - .l10n_dec('%d category updated', '%d categories updated', + .l10n_dec('%d album updated', '%d albums updated', $date_detail['nb_cats']) .'</li>'; @@ -635,4 +635,4 @@ if(!function_exists("strptime")) return $res; } } -?> +?>
\ No newline at end of file |