forked from mirrors/ranger_udisk_menu
fix help string
This commit is contained in:
parent
bc4efdc5fb
commit
29f73fa456
2 changed files with 1 additions and 1 deletions
2
menu.py
2
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
|
||||
|
|
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 61 KiB |
Loading…
Reference in a new issue