diff options
Diffstat (limited to '')
-rw-r--r-- | template-extension/distributed/samples/my-picture.tpl | 2 | ||||
-rw-r--r-- | template-extension/distributed/samples/titling_categories.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/template-extension/distributed/samples/my-picture.tpl b/template-extension/distributed/samples/my-picture.tpl index 0d47a8273..6139b8f6c 100644 --- a/template-extension/distributed/samples/my-picture.tpl +++ b/template-extension/distributed/samples/my-picture.tpl @@ -56,7 +56,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} diff --git a/template-extension/distributed/samples/titling_categories.tpl b/template-extension/distributed/samples/titling_categories.tpl index 07edad658..7700da6f8 100644 --- a/template-extension/distributed/samples/titling_categories.tpl +++ b/template-extension/distributed/samples/titling_categories.tpl @@ -28,7 +28,7 @@ p.Nb_images {ldelim} text-align: left; color: #444; } <div class="illustration"> <a href="{$cat.URL}"> <img src="{$cat.TN_SRC}" alt="{$cat.ALT}" - title="{'shows images at the root of this album'|@translate}"> + title="{'display this album'|@translate}"> </a> </div> <div class="description"> |