diff --git a/menu.py b/menu.py index 8ae52ce..7a9bf74 100644 --- a/menu.py +++ b/menu.py @@ -58,7 +58,7 @@ class ChoosePartition: self.screen.border(0) self.screen.addstr( 2, 2, - "Press 'm' to mount and 'u' to unmount and 'e' to unmount whole drive" + str(x)) + "Press 'm' to mount and 'u' to unmount and 'e' to unmount the whole drive") partn = 0 i = 0 diff --git a/screenshot.png b/screenshot.png index c9ebae7..748a297 100644 Binary files a/screenshot.png and b/screenshot.png differ