refactor(Mainsail): use same wording in MainsailRemoveMenu

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
dw-0
2023-12-25 19:43:30 +01:00
parent 142b4498a3
commit fc9fa39eee

View File

@@ -57,17 +57,17 @@ class MainsailRemoveMenu(BaseMenu):
| Enter a number and hit enter to select / deselect | | Enter a number and hit enter to select / deselect |
| the specific option for removal. | | the specific option for removal. |
|-------------------------------------------------------| |-------------------------------------------------------|
| 0) Everything | | 0) Select everything |
|-------------------------------------------------------| |-------------------------------------------------------|
| 1) {o1} Remove Mainsail Web UI | | 1) {o1} Remove Mainsail |
| 2) {o2} Remove mainsail-config | | 2) {o2} Remove mainsail-config |
| 3) {o3} Backup Mainsail config.json | | 3) {o3} Backup config.json |
| | | |
| printer.cfg & moonraker.conf | | printer.cfg & moonraker.conf |
| 4) {o4} Remove Moonraker updater section | | 4) {o4} Remove Moonraker update section |
| 5) {o5} Remove printer.cfg include | | 5) {o5} Remove printer.cfg include |
|-------------------------------------------------------| |-------------------------------------------------------|
| 6) Start removal | | 6) Continue |
""" """
)[1:] )[1:]
print(menu, end="") print(menu, end="")