Unify translations

This entry is shared by both listings and minted, so no need to use
different strings.
This commit is contained in:
Enrico Forestieri 2017-06-11 12:34:17 +02:00
parent 6ede3c5f47
commit 405d71c172

View 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"));