From: Mark Pemberton Date: Wed, 8 Jun 2011 02:42:21 +0000 (-0400) Subject: Refined rss feed description X-Git-Tag: v0.98.0~31 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=1dc33f4416c940ee3b46d9fabf3a2b1a2d369bb0;p=semanticscuttle.git Refined rss feed description --- diff --git a/www/index.php b/www/index.php index fab235f..2fa21f8 100644 --- a/www/index.php +++ b/www/index.php @@ -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()) ) );