diff options
Diffstat (limited to 'src/interp')
-rw-r--r-- | src/interp/i-syscmd.boot | 4 | ||||
-rw-r--r-- | src/interp/msgdb.boot | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/interp/i-syscmd.boot b/src/interp/i-syscmd.boot index e79f0529..6b5a52fd 100644 --- a/src/interp/i-syscmd.boot +++ b/src/interp/i-syscmd.boot @@ -903,7 +903,7 @@ displayMacros names == names macros := REMDUP macros - null macros => sayBrightly '" There are no Axiom macros." + null macros => sayBrightly '" There are no OpenAxiom macros." -- first do user defined ones @@ -915,7 +915,7 @@ displayMacros names == first := NIL displayParserMacro macro macro in imacs => 'iterate - sayBrightly ([" ",'%b, macro, '%d, " is not a known Axiom macro."]) + sayBrightly ([" ",'%b, macro, '%d, " is not a known OpenAxiom macro."]) -- now system ones diff --git a/src/interp/msgdb.boot b/src/interp/msgdb.boot index 63f9683d..3b72b074 100644 --- a/src/interp/msgdb.boot +++ b/src/interp/msgdb.boot @@ -34,7 +34,7 @@ --% Description of Messages ---% Axiom messages are read from a flat file database and returned +--% OpenAxiom messages are read from a flat file database and returned --% as one long string. They are preceded in the database by a key and --% this is how they are referenced from code. For example, one key is --% S2IL0001 which means: |