shorten option description for better CLI typeout
This commit is contained in:
parent
1e0e1c0b39
commit
111d792c0c
@ -182,9 +182,8 @@ def add_living_people_option(menu, category,
|
|||||||
living_people.connect('value-changed', living_people_changed)
|
living_people.connect('value-changed', living_people_changed)
|
||||||
years_past_death = NumberOption(_("Years from death to consider living"),
|
years_past_death = NumberOption(_("Years from death to consider living"),
|
||||||
after_death_years, 0, 100)
|
after_death_years, 0, 100)
|
||||||
years_past_death.set_help(_("This allows you to restrict "
|
years_past_death.set_help(
|
||||||
"information on people who have not "
|
_("Whether to restrict data on recently-dead people"))
|
||||||
"been dead for very long"))
|
|
||||||
menu.add_option(category, "years_past_death", years_past_death)
|
menu.add_option(category, "years_past_death", years_past_death)
|
||||||
living_people_changed()
|
living_people_changed()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user