change select prompt to show prompt
This commit is contained in:
parent
e80f7259ab
commit
c8c5b48b20
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ class PromptMenu(Menu):
|
||||||
|
|
||||||
def prompt_options(self):
|
def prompt_options(self):
|
||||||
options = {
|
options = {
|
||||||
"Select": "select",
|
"Show": "show",
|
||||||
"Edit": "edit",
|
"Edit": "edit",
|
||||||
"Delete": "delete",
|
"Delete": "delete",
|
||||||
"Back": "back"
|
"Back": "back"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue