From 05bf78df7ebedd204de0bf2c2ace03a61c74932e Mon Sep 17 00:00:00 2001 From: Matt McCutchen Date: Sat, 15 Oct 2022 14:25:20 -0400 Subject: [PATCH] Fix a mistake in an error message. --- extension/SuperbChemistry/Main.xba | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/SuperbChemistry/Main.xba b/extension/SuperbChemistry/Main.xba index 1c21b7c..52080f3 100644 --- a/extension/SuperbChemistry/Main.xba +++ b/extension/SuperbChemistry/Main.xba @@ -223,7 +223,7 @@ ErrorHandler: "Any changes made so far have been undone." & Chr$(13) & Chr$(13) & _ "SuperbChemistry needed to catch the error in order to leave your undo " & _ "history in a consistent state. If the problem is reproducible and you " & _ - "want to see the precise error location, run the FormatDocumentOrSelectionDebug " & _ + "want to see the precise error location, run the FormatSelectionOrDocumentDebug " & _ "macro, but be advised that it may generate multiple entries in the undo " & _ "history and will not undo them on error.", _ 0, "SuperbChemistry internal error" -- 2.34.1