diff options
Diffstat (limited to '')
-rw-r--r-- | themes/default/template/notification.tpl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/themes/default/template/notification.tpl b/themes/default/template/notification.tpl index ef2d99ced..99317a872 100644 --- a/themes/default/template/notification.tpl +++ b/themes/default/template/notification.tpl @@ -1,6 +1,6 @@ {html_head} -<link rel="alternate" type="application/rss+xml" title="{'Image only RSS feed'|@translate}" href="{$U_FEED_IMAGE_ONLY}"> -<link rel="alternate" type="application/rss+xml" title="{'Complete RSS feed (images, comments)'|@translate}" href="{$U_FEED}"> +<link rel="alternate" type="application/rss+xml" title="{'Photos only RSS feed'|@translate}" href="{$U_FEED_IMAGE_ONLY}"> +<link rel="alternate" type="application/rss+xml" title="{'Complete RSS feed (photos, comments)'|@translate}" href="{$U_FEED}"> {/html_head} <div id="content" class="content"> @@ -13,14 +13,14 @@ <h2>{'Notification'|@translate}</h2> </div> - <p>{'The RSS notification feed provides notification on news from this website : new pictures, updated albums, new comments. Use a RSS feed reader.'|@translate}</p> + <p>{'The RSS notification feed provides notification on news from this website : new photos, updated albums, new comments. Use a RSS feed reader.'|@translate}</p> <dl> <dt> - <a href="{$U_FEED_IMAGE_ONLY}">{'Image only RSS feed'|@translate}</a><br><br> + <a href="{$U_FEED_IMAGE_ONLY}">{'Photos only RSS feed'|@translate}</a><br><br> </dt> <dt> - <a href="{$U_FEED}">{'Complete RSS feed (images, comments)'|@translate}</a> + <a href="{$U_FEED}">{'Complete RSS feed (photos, comments)'|@translate}</a> </dt> </dl> </div> |