Rename to just Open
This commit is contained in:
parent
d8cb62a92c
commit
5bfb067d0f
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ def main():
|
|||
|
||||
icon = os.path.join(ICON_PATH, 'lbry16.ico')
|
||||
hover_text = APP_NAME
|
||||
menu_options = (('Open UI', icon, openui_),)
|
||||
menu_options = (('Open', icon, openui_),)
|
||||
|
||||
if not test_internet_connection():
|
||||
log.warn('No Internet Connection')
|
||||
|
|
Loading…
Reference in a new issue