Ignore:
Timestamp:
May 29, 2013, 7:14:00 PM (11 years ago)
Author:
Chillexistence
Message:

Fixed {'Photo'|@translate} to {'photo'|@translate}

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Crop_Image/main.inc.php

    r22939 r22940  
    9999       
    100100        $replacement = '
    101         <a class="pwg-state-default pwg-button" href="{$U_CROPIMAGE}" title="{\'Crop\'|@translate} {\'Photo\'|@translate}" rel="nofollow">
    102          <span class="ci-icon ci-icon-cropimage-{$U_CROPIMAGE_THEME}"> </span><span class="pwg-button-text">{\'Crop\'|@translate} {\'Photo\'|@translate}</span>
     101        <a class="pwg-state-default pwg-button" href="{$U_CROPIMAGE}" title="{\'Crop\'|@translate} {\'photo\'|@translate}" rel="nofollow">
     102         <span class="ci-icon ci-icon-cropimage-{$U_CROPIMAGE_THEME}"> </span><span class="pwg-button-text">{\'Crop\'|@translate} {\'photo\'|@translate}</span>
    103103  </a>
    104104        ' . $search;
Note: See TracChangeset for help on using the changeset viewer.