Refined rss feed description

This commit is contained in:
Mark Pemberton 2011-06-07 22:42:21 -04:00
parent cd2756a4d0
commit 1dc33f4416

View File

@ -51,7 +51,7 @@ if ($userservice->isLoggedOn()) {
array_push(
$tplVars['rsschannels'],
array(
filter($sitename . sprintf(T_(': Recent bookmarks (private)')) . $currentUsername),
filter(sprintf(T_('%s: Recent bookmarks (+private) %s'), $sitename, $currentUsername)),
createURL('rss', filter($currentUsername, 'url') . '?sort='.getSortOrder().'&privatekey='.$currentUser->getPrivateKey())
)
);