summaryrefslogtreecommitdiffstats
path: root/upgrade.py
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2001-03-16 19:45:10 +0000
committerErik Troan <ewt@redhat.com>2001-03-16 19:45:10 +0000
commit5207ef6f80b6b43e4796c5c8d42cbd24d082a0d9 (patch)
tree2c4f2f5b097adac78008982d2305e8b477f56536 /upgrade.py
parente4d825ee02cc04019da48f2a92d662c14116d588 (diff)
downloadanaconda-5207ef6f80b6b43e4796c5c8d42cbd24d082a0d9.tar.gz
anaconda-5207ef6f80b6b43e4796c5c8d42cbd24d082a0d9.tar.xz
anaconda-5207ef6f80b6b43e4796c5c8d42cbd24d082a0d9.zip
fixed translatable string
Diffstat (limited to 'upgrade.py')
-rw-r--r--upgrade.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrade.py b/upgrade.py
index 7dd5d01e3..226a1576b 100644
--- a/upgrade.py
+++ b/upgrade.py
@@ -96,7 +96,7 @@ def mountRootPartition(intf, rootInfo, theFstab, instPath, allowDirty = 0,
if not allowDirty and theFstab.hasDirtyFilesystems():
import sys
- intf.messageWindow(("Dirty Filesystems"),
+ 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 "