diff options
Diffstat (limited to 'admin')
-rw-r--r-- | admin/configuration.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/configuration.php b/admin/configuration.php index 671a68a53..d49e52813 100644 --- a/admin/configuration.php +++ b/admin/configuration.php @@ -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'), ); |