]> gitweb.factorcode.org Git - factor.git/commitdiff
"a block border" => "a black border"
authorJoe Groff <arcata@gmail.com>
Sat, 16 Jan 2010 20:40:07 +0000 (12:40 -0800)
committerJoe Groff <arcata@gmail.com>
Sat, 16 Jan 2010 20:40:07 +0000 (12:40 -0800)
basis/ui/tools/listener/listener-docs.factor

index 8cef10b06fc089b45bc3b0b29da1aebc7b2e66e1..b762e036e6c87bac6d0061e78c30b764e0d95b58 100644 (file)
@@ -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." ;