From 4de760a338aa27ff7c995d428dd26fbf78a467ce Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Tue, 27 Jan 2009 01:33:38 -0600 Subject: [PATCH] No smart quotes here --- core/parser/parser.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/parser/parser.factor b/core/parser/parser.factor index 5c93ed86db..544ef3e4a7 100644 --- a/core/parser/parser.factor +++ b/core/parser/parser.factor @@ -57,7 +57,7 @@ SYMBOL: auto-use? dup vocabulary>> [ (use+) ] [ amended-use get dup [ push ] [ 2drop ] if ] - [ "Added “" "” vocabulary to search path" surround note. ] + [ "Added \"" "\" vocabulary to search path" surround note. ] tri ] [ create-in ] if ;