Update comment in _final_warning (#4086)
Device paths are no longer mentioned as of adbadbf6.
This commit is contained in:
parent
cec29d123b
commit
8e0ff2d2a9
|
|
@ -328,7 +328,7 @@ class FilesystemHandler:
|
||||||
|
|
||||||
def _final_warning(self) -> bool:
|
def _final_warning(self) -> bool:
|
||||||
# Issue a final warning before we continue with something un-revertable.
|
# Issue a final warning before we continue with something un-revertable.
|
||||||
# We mention the drive one last time, and count from 5 to 0.
|
# We count down from 5 to 0.
|
||||||
out = tr('Starting device modifications in ')
|
out = tr('Starting device modifications in ')
|
||||||
Tui.print(out, row=0, endl='', clear_screen=True)
|
Tui.print(out, row=0, endl='', clear_screen=True)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue