mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Unify translations
This entry is shared by both listings and minted, so no need to use different strings.
This commit is contained in:
parent
6ede3c5f47
commit
405d71c172
@ -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"));
|
||||
|
Loading…
Reference in New Issue
Block a user