]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetWrap.cpp
remove InsetBoxMailer.
[features.git] / src / insets / InsetWrap.cpp
index 31e58670a485bc4c3e26dd184976c30c855cd2f1..f6cdc4641f57e82ca6b58934d72b5462de455ae2 100644 (file)
@@ -284,7 +284,7 @@ void InsetWrap::string2params(string const & in, InsetWrapParams & params)
        lex >> id;
        if (!lex || id != "Wrap") {
                LYXERR0("InsetWrap::string2params(" << in << ")\n"
-                                         "Expected arg 1 to be \"Wrap\"\n");
+                                         "Expected arg 2 to be \"Wrap\"\n");
                return;
        }