Ignore:
Timestamp:
Oct 19, 2013, 1:04:11 PM (11 years ago)
Author:
mistic100
Message:

feature 2978: remove useless sprintf in the core

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/configuration.tpl

    r23643 r25005  
    611611      <label>
    612612        <input type="checkbox" name="menubar_filter_icon" {if ($display.menubar_filter_icon)}checked="checked"{/if}>
    613         {'Activate icon "%s"'|@translate|@sprintf:('display only recently posted photos'|@translate|@ucfirst)}
     613        {'Activate icon "%s"'|@translate:('display only recently posted photos'|@translate|@ucfirst)}
    614614      </label>
    615615    </li>
     
    625625      <label>
    626626        <input type="checkbox" name="index_sort_order_input" {if ($display.index_sort_order_input)}checked="checked"{/if}>
    627         {'Activate icon "%s"'|@translate|@sprintf:('Sort order'|@translate)}
     627        {'Activate icon "%s"'|@translate:('Sort order'|@translate)}
    628628      </label>
    629629    </li>
     
    632632      <label>
    633633        <input type="checkbox" name="index_flat_icon" {if ($display.index_flat_icon)}checked="checked"{/if}>
    634         {'Activate icon "%s"'|@translate|@sprintf:('display all photos in all sub-albums'|@translate|@ucfirst)}
     634        {'Activate icon "%s"'|@translate:('display all photos in all sub-albums'|@translate|@ucfirst)}
    635635      </label>
    636636    </li>
     
    639639      <label>
    640640        <input type="checkbox" name="index_posted_date_icon" {if ($display.index_posted_date_icon)}checked="checked"{/if}>
    641         {'Activate icon "%s"'|@translate|@sprintf:('display a calendar by posted date'|@translate|@ucfirst)}
     641        {'Activate icon "%s"'|@translate:('display a calendar by posted date'|@translate|@ucfirst)}
    642642      </label>
    643643    </li>
     
    646646      <label>
    647647        <input type="checkbox" name="index_created_date_icon" {if ($display.index_created_date_icon)}checked="checked"{/if}>
    648         {'Activate icon "%s"'|@translate|@sprintf:('display a calendar by creation date'|@translate|@ucfirst)}
     648        {'Activate icon "%s"'|@translate:('display a calendar by creation date'|@translate|@ucfirst)}
    649649      </label>
    650650    </li>
     
    653653      <label>
    654654        <input type="checkbox" name="index_slideshow_icon" {if ($display.index_slideshow_icon)}checked="checked"{/if}>
    655         {'Activate icon "%s"'|@translate|@sprintf:('slideshow'|@translate|@ucfirst)}
     655        {'Activate icon "%s"'|@translate:('slideshow'|@translate|@ucfirst)}
    656656      </label>
    657657    </li>
     
    672672      <label>
    673673        <input type="checkbox" name="picture_slideshow_icon" {if ($display.picture_slideshow_icon)}checked="checked"{/if}>
    674         {'Activate icon "%s"'|@translate|@sprintf:('slideshow'|@translate|@ucfirst)}
     674        {'Activate icon "%s"'|@translate:('slideshow'|@translate|@ucfirst)}
    675675      </label>
    676676    </li>
     
    679679      <label>
    680680        <input type="checkbox" name="picture_metadata_icon" {if ($display.picture_metadata_icon)}checked="checked"{/if}>
    681         {'Activate icon "%s"'|@translate|@sprintf:('Show file metadata'|@translate)}
     681        {'Activate icon "%s"'|@translate:('Show file metadata'|@translate)}
    682682      </label>
    683683    </li>
     
    686686      <label>
    687687        <input type="checkbox" name="picture_download_icon" {if ($display.picture_download_icon)}checked="checked"{/if}>
    688         {'Activate icon "%s"'|@translate|@sprintf:('Download this file'|@translate|@ucfirst)}
     688        {'Activate icon "%s"'|@translate:('Download this file'|@translate|@ucfirst)}
    689689      </label>
    690690    </li>
     
    693693      <label>
    694694        <input type="checkbox" name="picture_favorite_icon" {if ($display.picture_favorite_icon)}checked="checked"{/if}>
    695         {'Activate icon "%s"'|@translate|@sprintf:('add this photo to your favorites'|@translate|@ucfirst)}
     695        {'Activate icon "%s"'|@translate:('add this photo to your favorites'|@translate|@ucfirst)}
    696696      </label>
    697697    </li>
Note: See TracChangeset for help on using the changeset viewer.