commit b7f0a9036473321ded99ac75d24d1b2daaa8f954
Author: Juergen Spitzmueller <[email protected]>
Date:   Mon Jun 13 16:12:16 2022 +0200

    Amend [7efdbeaddf226/lyxgit]
    
    We do not ship the nonfloat module, actually (I had a private copy).
---
 src/insets/InsetCaption.cpp |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/insets/InsetCaption.cpp b/src/insets/InsetCaption.cpp
index 8e415bb..934cceb 100644
--- a/src/insets/InsetCaption.cpp
+++ b/src/insets/InsetCaption.cpp
@@ -331,8 +331,7 @@ docstring InsetCaption::toolTip(BufferView const & bv, int 
x, int y) const
 {
        if (non_float_)
                return _("Standard captions are not allowed outside floats. You 
will get a LaTeX error.\n"
-                        "For captions outside floats, please use the module 
'Non-Floating Figures and Tables' "
-                        "from Document > Settings > Modules.");
+                        "For captions outside floats, you can use the 
'nonfloat' LaTeX package.");
        return InsetText::toolTip(bv, x, y);
 }
 
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to