diff options
author | rvelices <rv-github@modusoptimus.com> | 2011-01-14 21:19:15 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2011-01-14 21:19:15 +0000 |
commit | 6eea9f9e08f5d823484d2c76c81d3a1bca69b682 (patch) | |
tree | edeab3054277daed17d0d4710b415f0b7de51fef /themes/default/template/picture.tpl | |
parent | 4d3aa6331efa96ddaede756e1d91693c76ecfc2d (diff) |
feature 2102 : rename item/image/picture to photo
git-svn-id: http://piwigo.org/svn/trunk@8665 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/template/picture.tpl')
-rw-r--r-- | themes/default/template/picture.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/template/picture.tpl b/themes/default/template/picture.tpl index 3da465a05..69d1e6297 100644 --- a/themes/default/template/picture.tpl +++ b/themes/default/template/picture.tpl @@ -52,7 +52,7 @@ {/if} {if isset($PLUGIN_PICTURE_ACTIONS)}{$PLUGIN_PICTURE_ACTIONS}{/if} {if isset($favorite)} - <a href="{$favorite.U_FAVORITE}" title="{if $favorite.IS_FAVORITE}{'delete this image from your favorites'|@translate}{else}{'add this image to your favorites'|@translate}{/if}" class="pwg-state-default pwg-button" rel="nofollow"> + <a href="{$favorite.U_FAVORITE}" title="{if $favorite.IS_FAVORITE}{'delete this photo from your favorites'|@translate}{else}{'add this photo to your favorites'|@translate}{/if}" class="pwg-state-default pwg-button" rel="nofollow"> <span class="pwg-icon pwg-icon-favorite-{if $favorite.IS_FAVORITE}del{else}add{/if}"> </span><span class="pwg-button-text">{'Favorites'|@translate}</span> </a> {/if} @@ -204,7 +204,7 @@ y.callService( {if isset($rating)} <tr id="rating"> <td class="label"> - <span id="updateRate">{if isset($rating.USER_RATE)}{'Update your rating'|@translate}{else}{'Rate this picture'|@translate}{/if}</span> + <span id="updateRate">{if isset($rating.USER_RATE)}{'Update your rating'|@translate}{else}{'Rate this photo'|@translate}{/if}</span> </td> <td class="value"> <form action="{$rating.F_ACTION}" method="post" id="rateForm" style="margin:0;"> |