From 405d71c172e0ecd10f833a8be8cd2ab94fd7e1c6 Mon Sep 17 00:00:00 2001 From: Enrico Forestieri Date: Sun, 11 Jun 2017 12:34:17 +0200 Subject: [PATCH] Unify translations This entry is shared by both listings and minted, so no need to use different strings. --- src/insets/InsetListingsParams.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetListingsParams.cpp b/src/insets/InsetListingsParams.cpp index 063e63f161..872372635d 100644 --- a/src/insets/InsetListingsParams.cpp +++ b/src/insets/InsetListingsParams.cpp @@ -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")); -- 2.39.5