diff options
author | Erik Troan <ewt@redhat.com> | 2000-05-09 15:46:51 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-05-09 15:46:51 +0000 |
commit | 74a7e6e55719368f714d35c135152c9e43b677a1 (patch) | |
tree | fbf27cdee2fea45c7897b9c28f2dbaa921ad250d /todo.py | |
parent | 658b8fe136d916c16f6fc3b5723cd0181cb2d4d8 (diff) | |
download | anaconda-74a7e6e55719368f714d35c135152c9e43b677a1.tar.gz anaconda-74a7e6e55719368f714d35c135152c9e43b677a1.tar.xz anaconda-74a7e6e55719368f714d35c135152c9e43b677a1.zip |
don't upgrade systems with dirty fileystems
Diffstat (limited to 'todo.py')
-rw-r--r-- | todo.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -707,7 +707,7 @@ class ToDo: if self.fstab.hasDirtyFilesystems(): win.pop() - todo.intf.messageWindow(("Dirty Filesystems"), + self.intf.messageWindow(("Dirty Filesystems"), _("One or more of the filesystems for your Linux system " "was not unmounted cleanly. Please boot your Linux " "installation, let the filesystems be checked, and " |