tweaking update text
parent
f564168bc1
commit
27db504718
|
@ -220,12 +220,15 @@ version 0.9.3 features:
|
||||||
ttbp)
|
ttbp)
|
||||||
|
|
||||||
each of these tools has expanded descriptions and instructions from the
|
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
|
menu, so check them out if you're curious! all of the irreversibl data
|
||||||
actions have confirmation actions, so it's easy to cancel if you
|
management actions have confirmation actions, so it's easy to cancel if you
|
||||||
accidentally access a tool.
|
accidentally access a tool.
|
||||||
|
|
||||||
also, i've updated the documentation file to reflect recent feature changes,
|
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
|
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
|
https://liberapay.com/modgethanc/, but please don't feel pressured to donate
|
||||||
|
|
|
@ -567,7 +567,7 @@ def main_menu():
|
||||||
redraw()
|
redraw()
|
||||||
show_credits()
|
show_credits()
|
||||||
elif choice == '8':
|
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()
|
redraw()
|
||||||
elif choice in QUITS:
|
elif choice in QUITS:
|
||||||
return stop()
|
return stop()
|
||||||
|
|
Loading…
Reference in New Issue