diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/yoga/index.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/index.tpl b/template/yoga/index.tpl index 5e65938fe..5a78f9899 100644 --- a/template/yoga/index.tpl +++ b/template/yoga/index.tpl @@ -16,7 +16,7 @@ {/if} {if isset($favorite) } - <li><a href="{$favorite.U_FAVORITE}" title="{$favorite.FAVORITE_HINT}"><img src="{$favorite.FAVORITE_IMG}" class="button" alt="favorite" title="{$favorite.FAVORITE_HINT}"></a></li> + <li><a href="{$favorite.U_FAVORITE}" title="{'del_all_favorites_hint'|@translate}"><img src="{$favorite.FAVORITE_IMG}" class="button" alt="favorite" title="{'del_all_favorites_hint'|@translate}"></a></li> {/if} {if isset($U_CADDIE) } |