mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
* src/insets/InsetListingsParams.cpp: fix user message
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18635 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ce00f4a0ac
commit
70dce83dee
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user