Changeset 11030


Ignore:
Timestamp:
May 23, 2011, 11:07:44 PM (13 years ago)
Author:
grum
Message:

fix bug:2306 - Some translation keys are not correct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/gally/gally-default/template/picture.tpl

    r10972 r11030  
    5252            <a id="icon_save" class="button" href="{$current.U_DOWNLOAD}" title="{'download this file'|@translate}"></a>
    5353          {/if}
     54
    5455          {if isset($PLUGIN_PICTURE_ACTIONS)}{$PLUGIN_PICTURE_ACTIONS}{/if}
     56
     57
    5558          {if isset($favorite) }
    56             <a id="icon_{$favorite.FAVORITE_IMG|@regex_replace:'/(.*\/)*(del_)*(favorite)+(\.png)*/i':'$2$3'}" class="button" 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}"></a>
     59            <a id="icon_{if $favorite.IS_FAVORITE}del_{/if}favorite" class="button" 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}"></a>
    5760          {/if}
    5861          {if !empty($U_SET_AS_REPRESENTATIVE) }
Note: See TracChangeset for help on using the changeset viewer.