diff options
author | rvelices <rv-github@modusoptimus.com> | 2006-12-06 01:07:03 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2006-12-06 01:07:03 +0000 |
commit | f880be0609a63046c2f8fe961467f97a8a943f10 (patch) | |
tree | 55f8c759e903e37d37bd9bacf69f9c1e9002cdf4 /include/menubar.inc.php | |
parent | af138fa6311ac686ec7f256788eb2a07784ac215 (diff) |
feature 583: notification infromation can be filtered by the requester
(optionnally no comments/new users...)
small lang correction in header.tpl
git-svn-id: http://piwigo.org/svn/trunk@1636 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rwxr-xr-x | include/menubar.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/menubar.inc.php b/include/menubar.inc.php index 8b7c816c3..b84d9f09e 100755 --- a/include/menubar.inc.php +++ b/include/menubar.inc.php @@ -282,7 +282,7 @@ $template->assign_block_vars( $template->assign_block_vars( 'summary', array( - 'TITLE'=>l10n('notification'), + 'TITLE'=>l10n('RSS feed'), 'NAME'=>l10n('Notification'), 'U_SUMMARY'=> get_root_url().'notification.php', 'REL'=> 'rel="nofollow"' |