aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Zotlabs/Lib/ThreadItem.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/ThreadItem.php b/Zotlabs/Lib/ThreadItem.php
index 57a10a840..209d287cb 100644
--- a/Zotlabs/Lib/ThreadItem.php
+++ b/Zotlabs/Lib/ThreadItem.php
@@ -356,7 +356,7 @@ class ThreadItem {
if ($conv->comments_total > 3) {
// provide a load more comments button
$load_more = true;
- $load_more_title = sprintf(t('Load the next batch of total %d replies'), $conv->comments_total);
+ $load_more_title = sprintf(t('Load the next few of total %d replies'), $conv->comments_total);
$comments_total_percent = round(100 * 3 / $conv->comments_total);
}