From 99778566bd90e2ae225aa2dbc7415fba677ecd87 Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Sat, 24 Oct 2009 16:27:27 -0500 Subject: [PATCH] homepage header consistency --- basis/help/home/home-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/help/home/home-docs.factor b/basis/help/home/home-docs.factor index 443cad76a7..b5d23bd7fc 100644 --- a/basis/help/home/home-docs.factor +++ b/basis/help/home/home-docs.factor @@ -24,7 +24,7 @@ ARTICLE: "help.home" "Factor documentation" { $heading "Searches" } "Use the search field in the top-right of the " { $link "ui-browser" } " window to search for words, vocabularies, and help articles." { $recent-searches } -{ $heading "Recently visited" } +{ $heading "Recently visited pages" } { $table { "Words" "Articles" "Vocabs" } { { $recent recent-words } { $recent recent-articles } { $recent recent-vocabs } }