Update comment in _final_warning (#4086)

Device paths are no longer mentioned as of adbadbf6.
This commit is contained in:
correctmost 2026-01-06 18:05:58 -05:00 committed by GitHub
parent cec29d123b
commit 8e0ff2d2a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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)