diff options
author | Erik Troan <ewt@redhat.com> | 2001-03-16 19:45:10 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2001-03-16 19:45:10 +0000 |
commit | 5207ef6f80b6b43e4796c5c8d42cbd24d082a0d9 (patch) | |
tree | 2c4f2f5b097adac78008982d2305e8b477f56536 /upgrade.py | |
parent | e4d825ee02cc04019da48f2a92d662c14116d588 (diff) | |
download | anaconda-5207ef6f80b6b43e4796c5c8d42cbd24d082a0d9.tar.gz anaconda-5207ef6f80b6b43e4796c5c8d42cbd24d082a0d9.tar.xz anaconda-5207ef6f80b6b43e4796c5c8d42cbd24d082a0d9.zip |
fixed translatable string
Diffstat (limited to 'upgrade.py')
-rw-r--r-- | upgrade.py | 2 |
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 " |