aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--admin/configuration.php2
-rw-r--r--include/picture_comment.inc.php2
-rw-r--r--language/en_UK/common.lang.php2
3 files changed, 3 insertions, 3 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'),
);
diff --git a/include/picture_comment.inc.php b/include/picture_comment.inc.php
index 0a183f618..d46e72fb9 100644
--- a/include/picture_comment.inc.php
+++ b/include/picture_comment.inc.php
@@ -134,7 +134,7 @@ SELECT
$template->assign(array(
'COMMENTS_ORDER_URL' => add_url_params( duplicate_picture_url(), array('comments_order'=> ($comments_order == 'ASC' ? 'DESC' : 'ASC') ) ),
- 'COMMENTS_ORDER_TITLE' => $comments_order == 'ASC' ? l10n('Show latest comment first') : l10n('Show oldest comments first'),
+ 'COMMENTS_ORDER_TITLE' => $comments_order == 'ASC' ? l10n('Show latest comments first') : l10n('Show oldest comments first'),
));
$query = '
diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php
index 2ecf6f083..520268f8d 100644
--- a/language/en_UK/common.lang.php
+++ b/language/en_UK/common.lang.php
@@ -313,7 +313,7 @@ $lang['Show file metadata'] = "Show file metadata";
$lang['Show number of comments'] = "Show number of comments";
$lang['Show number of hits'] = "Show number of hits";
$lang['Show oldest comments first'] = 'Show oldest comments first';
-$lang['Show latest comment first'] = 'Show latest comment first';
+$lang['Show latest comments first'] = 'Show latest comments first';
$lang['show tag cloud'] = "show tags cloud";
$lang['Since'] = "Since";
$lang['slideshow'] = "slideshow";