Dotclear

Ticket #854 (closed defect: fixed)

Opened 14 years ago

Last modified 14 years ago

Translation errors in Media manager sort order

Reported by: reppep Owned by: xave
Priority: normal Milestone: 2.2
Component: module:mediamanager Version: 2.1
Severity: minor Keywords: typo english
Cc:

Description

pepper@inspector:~/dotclear2/admin$ svn diff media.php Index: media.php =================================================================== --- media.php (revision 2949) +++ media.php (working copy) @@ -98,10 +98,10 @@

# Sort combo $sort_combo = array(

  • ('By names, ascendant') => 'name-asc',
  • ('By names, descendant') => 'name-desc',
  • ('By dates, ascendant') => 'date-asc',
  • ('By dates, descendant') => 'date-desc'

+ ('By names, in ascending order') => 'name-asc', + ('By names, in descending order') => 'name-desc', + ('By dates, in ascending order') => 'date-asc', + ('By dates, in descending order') => 'date-desc'

);

if (!empty($_GETfile_sort?) && in_array($_GETfile_sort?,$sort_combo)) {

Change History

comment:1 Changed 14 years ago by xave

  • Status changed from new to closed
  • Resolution set to fixed

(In [3067]) Typo. Closes #854.

Note: See TracTickets for help on using tickets.

Sites map