mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
* src/insets/InsetListingsParams.cpp: fix message: "latex" => "LaTeX"
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18581 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6569cfc81e
commit
6acdda13e9
@ -162,10 +162,10 @@ docstring ListingsParam::validate(string const & par) const
|
||||
if (!hint_.empty())
|
||||
return hint_;
|
||||
else
|
||||
return _("Please specify a latex length expression.");
|
||||
return _("Please specify a LaTeX length expression.");
|
||||
}
|
||||
if (!isValidLength(par2))
|
||||
return _("Invalid latex length expression.");
|
||||
return _("Invalid LaTeX length expression.");
|
||||
if (unclosed)
|
||||
return _("Unbalanced braces!");
|
||||
return docstring();
|
||||
|
Loading…
Reference in New Issue
Block a user