From ee621f8a3e7b27bac4bb60bf5bbba3ec256a55fa Mon Sep 17 00:00:00 2001 From: Alexander Iljin Date: Thu, 4 Aug 2016 21:11:47 +0300 Subject: [PATCH] ui.tools-docs: fix description of the context menu behavior --- basis/ui/tools/tools-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/ui/tools/tools-docs.factor b/basis/ui/tools/tools-docs.factor index 5a2e203286..dc820acb54 100644 --- a/basis/ui/tools/tools-docs.factor +++ b/basis/ui/tools/tools-docs.factor @@ -29,7 +29,7 @@ $nl $nl "Clicking a presentation with the left mouse button invokes a default operation, which usually views the object in some way. For example, clicking a presentation of a word jumps to the word definition in the " { $link "ui-browser" } "." $nl -"Clicking and holding the right mouse button on a presentation displays a popup menu listing available operations." +"Clicking the right mouse button on a presentation displays a popup menu listing available operations." $nl "For more about presentation gadgets, see " { $link "ui.gadgets.presentations" } "." ;