Ignore:
Timestamp:
Sep 26, 2018 10:02:58 PM (6 years ago)
Author:
anonymous
Message:

Minor tweaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/SortOrder.inc.php

    r502 r635  
    6262        $images_path = $app->getParam('images_path') ? $app->getParam('images_path') : '/admin/_widgets';
    6363        $this->asc_widget = sprintf('<img src="%s/sort_ascending.gif" alt="%s" width="11" height="7" border="0" />', $images_path, _("Ascending"));
    64         $this->desc_widget = sprintf('<img src="%s/sort_descending.gif" alt="%s" width="11" height="7" border="0" />', $images_path, _("Ascending"));
     64        $this->desc_widget = sprintf('<img src="%s/sort_descending.gif" alt="%s" width="11" height="7" border="0" />', $images_path, _("Descending"));
    6565
    6666        // Setup prefs object.
Note: See TracChangeset for help on using the changeset viewer.