Ignore:
Timestamp:
May 23, 2011, 10:01:33 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/menubar_tags.tpl

    r8528 r11024  
    44    {foreach from=$block->data item=tag}
    55    <span>
    6       <a href="{$tag.URL}" class="tagLevel{$tag.level} sTipOnTop" title="{'See images linked to this tag only'|@translate}">{$tag.name}</a>
     6      <a href="{$tag.URL}" class="tagLevel{$tag.level} sTipOnTop" title="{'display photos linked to this tag'|@translate}">{$tag.name}</a>
    77      {if !empty($tag.U_ADD) }
    88      <a class="tagaddbutton sTipOnTop" href="{$tag.U_ADD}"
    9         title="{$pwg->l10n_dec('%d element are also linked to current tags', '%d elements are also linked to current tags', $tag.counter)}"
     9        title="{$pwg->l10n_dec('%d photo is also linked to current tags', '%d photos are also linked to current tags', $tag.counter)}"
    1010        rel="nofollow">
    1111        <img src="{$ROOT_URL}{$themeconf.icon_dir}/add_tag.png" alt="+" />
Note: See TracChangeset for help on using the changeset viewer.