From 2c091e50045590c13c60896f8fe36b5d1f8c05f1 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 23 Dec 2015 04:15:30 +0000 Subject: view: fix wording for empty topics display Users may be iterating through lists and come up with nothing --- lib/PublicInbox/View.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm index 2ca7f95c..1bf44dea 100644 --- a/lib/PublicInbox/View.pm +++ b/lib/PublicInbox/View.pm @@ -853,7 +853,7 @@ sub dump_topics { my $order = $state->{order}; my $subjs = $state->{subjs}; my $latest = $state->{latest}; - return "\n[No recent topics]" unless (scalar @$order); + return "\n[No topics in range]" unless (scalar @$order); my $dst = ''; my $pfx; my $prev = 0; -- cgit v1.2.3-24-ge0c7