fix help string

This commit is contained in:
Alexander Lutsai 2021-04-25 21:35:48 +03:00
parent bc4efdc5fb
commit 29f73fa456
2 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ class ChoosePartition:
self.screen.border(0) self.screen.border(0)
self.screen.addstr( self.screen.addstr(
2, 2, 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 partn = 0
i = 0 i = 0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 61 KiB