[LyX/master] Amend [7efdbeaddf226/lyxgit]
Juergen Spitzmueller
spitz at lyx.org
Mon Jun 13 13:30:59 UTC 2022
commit b7f0a9036473321ded99ac75d24d1b2daaa8f954
Author: Juergen Spitzmueller <spitz at lyx.org>
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);
}
More information about the lyx-cvs
mailing list