tweaking update text

master
Vincent Zeng 2018-03-22 23:16:45 -04:00
parent f564168bc1
commit 27db504718
2 changed files with 7 additions and 4 deletions

View File

@ -220,12 +220,15 @@ version 0.9.3 features:
ttbp)
each of these tools has expanded descriptions and instructions from the
menu, so check them out if you're curious! all of the data management
actions have confirmation actions, so it's easy to cancel if you
menu, so check them out if you're curious! all of the irreversibl data
management actions have confirmation actions, so it's easy to cancel if you
accidentally access a tool.
also, i've updated the documentation file to reflect recent feature changes,
including some more details about how things work under the hood.
including some more details about how things work under the hood, and some
clarifications on how existing features work. please give it a read through
if you have a chance, and let me know if there's anything else i can
improve!
lastly, i just wanted to mention that i do accept tips for my dev work at
https://liberapay.com/modgethanc/, but please don't feel pressured to donate

View File

@ -567,7 +567,7 @@ def main_menu():
redraw()
show_credits()
elif choice == '8':
subprocess.call(["lynx", os.path.join(config.INSTALL_PATH, "..", "README.html")])
subprocess.call(["lynx", os.path.join(config.INSTALL_PATH, "..", "doc", "manual.html")])
redraw()
elif choice in QUITS:
return stop()