diff --git a/basis/ui/gadgets/buttons/buttons.factor b/basis/ui/gadgets/buttons/buttons.factor index fb6f8153e9..dee5d7425a 100644 --- a/basis/ui/gadgets/buttons/buttons.factor +++ b/basis/ui/gadgets/buttons/buttons.factor @@ -233,7 +233,7 @@ PRIVATE> '[ _ _ invoke-command ] ; : gesture>tooltip ( gesture -- str/f ) - dup [ gesture>string "Shortcut: " prepend ] when ; + gesture>string dup [ "Shortcut: " prepend ] when ; : ( target gesture command -- button ) swapd [ command-name swap ] keep command-button-quot