Shouldn't "include" be "child document"?

Michael

Index: insets/InsetListingsParams.cpp
===================================================================
--- insets/InsetListingsParams.cpp      (Revision 18618)
+++ insets/InsetListingsParams.cpp      (Arbeitskopie)
@@ -419,13 +419,13 @@
       all_params_["caption"] =
               ListingsParam("", false, ALL, "", _(
"This parameter should not be entered here. Please use the caption "
-               "edit box (when using the include dialog) or "
+               "edit box (when using the child document dialog) or "
               "menu Insert->Caption (when defining a listing inset)"));
       // this option is not handled in the parameter box
       all_params_["label"] =
               ListingsParam("", false, ALL, "",_(
"This parameter should not be entered here. Please use the label "
-               "edit box (when using the include dialog) or "
+               "edit box (when using the child document dialog) or "
               "menu Insert->Label (when defining a listing inset)"));
       all_params_["nolol"] =
               ListingsParam("", false, TRUEFALSE, "", empty_hint);

Reply via email to