Ignore:
Timestamp:
Jan 2, 2013, 7:15:23 PM (11 years ago)
Author:
mistic100
Message:

undefined function get_tag_ids(), css tweaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/SmartAlbums/admin/album.php

    r19446 r19722  
    123123    $template->assign('IMAGE_COUNT', l10n_dec('%d photo', '%d photos', count($associated_images)));
    124124   
    125     array_push($page['infos'], sprintf('%d photos associated to the album %s', count($associated_images), ''));
     125    array_push($page['infos'], sprintf(l10n('%d photos associated to album %s'), count($associated_images), ''));
    126126   
    127127    define('SMART_NOT_UPDATE', 1);
Note: See TracChangeset for help on using the changeset viewer.