From: Michael Schmitt Date: Thu, 31 May 2007 11:51:23 +0000 (+0000) Subject: * src/insets/InsetListingsParams.cpp: fix/improve message X-Git-Tag: 1.6.10~9551 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=4cdd8f3428fd45c5fe2d6c4786e712b385b21c7d;p=lyx.git * src/insets/InsetListingsParams.cpp: fix/improve message git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18589 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/InsetListingsParams.cpp b/src/insets/InsetListingsParams.cpp index 91e3ab398a..87bc554998 100644 --- a/src/insets/InsetListingsParams.cpp +++ b/src/insets/InsetListingsParams.cpp @@ -417,13 +417,15 @@ ParValidator::ParValidator() // this option is not handled in the parameter box all_params_["caption"] = ListingsParam("", false, ALL, "", _( - "This parameter should not be entered here. Please use caption " - "editbox (Include dialog) or insert->caption (listing inset)")); + "This parameter should not be entered here. Please use the caption " + "edit box (when using the include 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 label " - "editbox (Include dialog) or insert->caption (listing inset)")); + "This parameter should not be entered here. Please use the label " + "edit box (when using the include dialog) or " + "menu Insert->Label (when defining a listing inset)")); all_params_["nolol"] = ListingsParam("", false, TRUEFALSE, "", empty_hint); all_params_["captionpos"] =