]> git.lyx.org Git - lyx.git/commitdiff
Unify translations
authorEnrico Forestieri <forenr@lyx.org>
Sun, 11 Jun 2017 10:34:17 +0000 (12:34 +0200)
committerEnrico Forestieri <forenr@lyx.org>
Sun, 11 Jun 2017 10:34:17 +0000 (12:34 +0200)
This entry is shared by both listings and minted, so no need to use
different strings.

src/insets/InsetListingsParams.cpp

index 063e63f1613e8aa4640bc18c1c47693bd4304047..872372635d780b0a958c20b23a46544da83cbbc1 100644 (file)
@@ -753,7 +753,7 @@ ParValidator::ParValidator()
                ListingsParam("", false, INTEGER, "", empty_hint);
        all_params_[1]["firstnumber"] =
                ListingsParam("", false, ALL, "", _(
-                                       "(auto | last | integer)"));
+                                       "auto, last or a number"));
        all_params_[1]["fontfamily"] =
                ListingsParam("", false, ALL, "", _(
                                "A latex family such as tt, sf, rm"));