diff --git a/archinstall/lib/disk/filesystem.py b/archinstall/lib/disk/filesystem.py index 1ac4d35f..41efccd3 100644 --- a/archinstall/lib/disk/filesystem.py +++ b/archinstall/lib/disk/filesystem.py @@ -328,7 +328,7 @@ class FilesystemHandler: def _final_warning(self) -> bool: # 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 ') Tui.print(out, row=0, endl='', clear_screen=True)