]> git.lyx.org Git - lyx.git/blobdiff - src/factory.cpp
de.po: update
[lyx.git] / src / factory.cpp
index 3937a9e7f882b8c6f27069fceda8d29880063d1d..c69d37c205ec20c171d3909aa5d57b319a0f2eba 100644 (file)
@@ -679,7 +679,7 @@ Inset * readInset(Lexer & lex, Buffer * buf)
                }
 
                // Set the buffer reference for proper parsing of some insets
-               // (InsetCollapsable for example)
+               // (InsetCollapsible for example)
                inset->setBuffer(*buf);
                inset->read(lex);
                // Set again the buffer for insets that are created inside this inset