From 70dce83dee2e21166d685fc416ef8858dadeca27 Mon Sep 17 00:00:00 2001 From: Michael Schmitt Date: Sun, 3 Jun 2007 06:30:08 +0000 Subject: [PATCH] * src/insets/InsetListingsParams.cpp: fix user message git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18635 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetListingsParams.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/insets/InsetListingsParams.cpp b/src/insets/InsetListingsParams.cpp index 6529355ca2..3ec4e74605 100644 --- a/src/insets/InsetListingsParams.cpp +++ b/src/insets/InsetListingsParams.cpp @@ -419,13 +419,13 @@ ParValidator::ParValidator() 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);