Ignore:
Timestamp:
Aug 1, 2011, 6:17:57 PM (13 years ago)
Author:
mistic100
Message:

rename language keys

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Comments_on_Albums/include/coa_admin_comments.php

    r11417 r11874  
    2121
    2222$tabsheet = new tabsheet();
    23 $tabsheet->add('pictures', l10n('COA_comments_photos'), get_root_url().'admin.php?page=comments');
    24 $tabsheet->add('albums', l10n('COA_comments_albums'), get_root_url().'admin.php?page=comments&section=albums');
     23$tabsheet->add('pictures', l10n('Comments on photos'), get_root_url().'admin.php?page=comments');
     24$tabsheet->add('albums', l10n('Comments on albums'), get_root_url().'admin.php?page=comments&section=albums');
    2525$tabsheet->select($page['tab']);
    2626$tabsheet->assign();
Note: See TracChangeset for help on using the changeset viewer.