diff --git a/racket/collects/pkg/lib.rkt b/racket/collects/pkg/lib.rkt index 2c2f0c7d96..54f7e37ea0 100644 --- a/racket/collects/pkg/lib.rkt +++ b/racket/collects/pkg/lib.rkt @@ -1399,7 +1399,7 @@ "in different scopes " "") pkg conflicting-pkg (pretty-module-path mp)) - (pkg-error (~a "package conflicts with existing installed\n" + (pkg-error (~a "package conflicts with existing installed module\n" " package: ~a\n" " module path: ~s") pkg (pretty-module-path mp))))]