mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 01:03:31 +02:00
feature 2379: missing a "s" in languages keys
git-svn-id: http://piwigo.org/svn/trunk@13225 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -126,7 +126,7 @@ $sort_fields = array(
|
||||
|
||||
$comments_order = array(
|
||||
'ASC' => l10n('Show oldest comments first'),
|
||||
'DESC' => l10n('Show latest comment first'),
|
||||
'DESC' => l10n('Show latest comments first'),
|
||||
);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user