diff options
-rw-r--r-- | themes/default/templates/photo_index.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/templates/photo_index.tpl b/themes/default/templates/photo_index.tpl index 4707020..462163d 100644 --- a/themes/default/templates/photo_index.tpl +++ b/themes/default/templates/photo_index.tpl @@ -37,7 +37,7 @@ <a href="{$extern_link}" title="Use this link to return to the current view"><img src="resources/link.png" /></a> {/if} <a href="{$export_link}" target="_blank" title="this will open a new browser window where you can export this page in several formats"><img src="resources/export.png" /></a> - <a href="{$rss_link}" target="_blank" title="RSS v2.0 feed"><img src="resources/rss.png" /></a> + <a href="{$rss_link}" target="_blank" title="RSS feed"><img src="resources/rss.png" /></a> </td> </tr> </table> |