about summary refs log tree commit homepage
path: root/lib/PublicInbox/SearchView.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2017-11-29 09:23:38 +0000
committerEric Wong <e@80x24.org>2017-11-29 09:23:38 +0000
commit398b85e2a27718ba9eb0cc1d022660aadb184add (patch)
tree1a1264bb65f736f8442a84ee650e3dfd510500c6 /lib/PublicInbox/SearchView.pm
parent44788dcad1863988c4535dd94ddd751bf9164cd2 (diff)
downloadpublic-inbox-398b85e2a27718ba9eb0cc1d022660aadb184add.tar.gz
We want to be consistent with the view change in
commit b223e6f49debb99b9132bc85d97a065ebcee00b9
Diffstat (limited to 'lib/PublicInbox/SearchView.pm')
-rw-r--r--lib/PublicInbox/SearchView.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/PublicInbox/SearchView.pm b/lib/PublicInbox/SearchView.pm
index c42cf2d6..39400d6d 100644
--- a/lib/PublicInbox/SearchView.pm
+++ b/lib/PublicInbox/SearchView.pm
@@ -79,7 +79,7 @@ sub load_doc_retry {
         }
 }
 
-# display non-threaded search results similar to what users expect from
+# display non-nested search results similar to what users expect from
 # regular WWW search engines:
 sub mset_summary {
         my ($ctx, $mset, $q) = @_;
@@ -157,10 +157,10 @@ sub search_nav_top {
         my $x = $q->{x};
         if ($x eq '') {
                 my $t = $q->qs_html(x => 't');
-                $rv .= qq{<b>summary</b>|<a\nhref="?$t">threaded</a>}
+                $rv .= qq{<b>summary</b>|<a\nhref="?$t">nested</a>}
         } elsif ($q->{x} eq 't') {
                 my $s = $q->qs_html(x => '');
-                $rv .= qq{<a\nhref="?$s">summary</a>|<b>threaded</b>};
+                $rv .= qq{<a\nhref="?$s">summary</a>|<b>nested</b>};
         }
         my $A = $q->qs_html(x => 'A', r => undef);
         $rv .= qq{|<a\nhref="?$A">Atom feed</a>]};