diff options
author | rvelices <rv-github@modusoptimus.com> | 2011-01-16 20:43:56 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2011-01-16 20:43:56 +0000 |
commit | 8a14faf0e1629e27b8c3f32b53c3d96994cabecb (patch) | |
tree | 279156046f1eeb96c5f5d0db2069a3c85f376be3 /themes/default/template/notification.tpl | |
parent | 2da15bed331842ee21d33128bd74cdc960eb9993 (diff) |
feature 2102 : rename item/image/picture to photo (public side)
git-svn-id: http://piwigo.org/svn/trunk@8711 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/template/notification.tpl')
-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> |