]> Sergey Matveev's repositories - public-inbox.git/commitdiff
searchview: s/threaded/nested/
authorEric Wong <e@80x24.org>
Wed, 29 Nov 2017 09:23:38 +0000 (09:23 +0000)
committerEric Wong <e@80x24.org>
Wed, 29 Nov 2017 09:23:38 +0000 (09:23 +0000)
We want to be consistent with the view change in
commit b223e6f49debb99b9132bc85d97a065ebcee00b9

lib/PublicInbox/SearchView.pm

index c42cf2d63fa3c9b99c2ce5fc534addffcebe8fd6..39400d6d4d16c7c0edfe6e97bf988fc3ab7c1540 100644 (file)
@@ -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>]};