X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetListingsParams.cpp;h=91e3ab398a2743c5e54bdc94e3f6645fc3b18a80;hb=6acdda13e9cc09b554238aa38082a94c804c702b;hp=003fe876f076d04f6466e3716ca15e8e8502b193;hpb=78b71f98637c3a7419d082c6f3cfd91f1ecd258e;p=lyx.git diff --git a/src/insets/InsetListingsParams.cpp b/src/insets/InsetListingsParams.cpp index 003fe876f0..91e3ab398a 100644 --- a/src/insets/InsetListingsParams.cpp +++ b/src/insets/InsetListingsParams.cpp @@ -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();