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( array_push(
$tplVars['rsschannels'], $tplVars['rsschannels'],
array( 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()) createURL('rss', filter($currentUsername, 'url') . '?sort='.getSortOrder().'&privatekey='.$currentUser->getPrivateKey())
) )
); );