From 296c3206b2b17b30a6014eaa317aec5a2b9eb3a7 Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Sat, 16 Jan 2010 12:40:07 -0800 Subject: [PATCH] "a block border" => "a black border" --- basis/ui/tools/listener/listener-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/ui/tools/listener/listener-docs.factor b/basis/ui/tools/listener/listener-docs.factor index 8cef10b06f..b762e036e6 100644 --- a/basis/ui/tools/listener/listener-docs.factor +++ b/basis/ui/tools/listener/listener-docs.factor @@ -36,7 +36,7 @@ TIP: "You can read documentation by pressing F1." ; TIP: "The listener tool remembers previous lines of input. Press " { $command interactor "completion" recall-previous } " and " { $command interactor "completion" recall-next } " to cycle through them." ; -TIP: "When you mouse over certain objects, a block border will appear. Left-clicking on such an object will perform the default operation. Right-clicking will show a menu with all operations." ; +TIP: "When you mouse over certain objects, a black border will appear. Left-clicking on such an object will perform the default operation. Right-clicking will show a menu with all operations." ; TIP: "The status bar displays stack effects of recognized words as they are being typed in." ;