mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Amend [7efdbeaddf226/lyxgit]
We do not ship the nonfloat module, actually (I had a private copy).
This commit is contained in:
parent
ef90f7e4e8
commit
b7f0a90364
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user