Cleanup menu style
This commit is contained in:
parent
d4ba24934c
commit
23db1ad010
1 changed files with 2 additions and 1 deletions
|
|
@ -845,7 +845,8 @@ def node_typeclass(caller):
|
||||||
|
|
||||||
{actions}
|
{actions}
|
||||||
""".format(current=_get_current_value(caller, "typeclass"),
|
""".format(current=_get_current_value(caller, "typeclass"),
|
||||||
actions=_format_list_actions("examine", "remove"))
|
actions="|WSelect with |w<num>|W. Other actions: "
|
||||||
|
"|we|Wxamine |w<num>|W, |wr|Wemove selection")
|
||||||
|
|
||||||
helptext = """
|
helptext = """
|
||||||
A |nTypeclass|n is specified by the actual python-path to the class definition in the
|
A |nTypeclass|n is specified by the actual python-path to the class definition in the
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue