diff options
author | Mike Fulbright <msf@redhat.com> | 2002-03-04 22:35:56 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2002-03-04 22:35:56 +0000 |
commit | 1544c192d01050dea6dc5a805c349ece2d06b391 (patch) | |
tree | 261a6a9bd2cfee7ba7ec274099797da1d38595f0 /packages.py | |
parent | f0212770d4d5d17434c6fff5c682df584b8ce5a8 (diff) | |
download | anaconda-1544c192d01050dea6dc5a805c349ece2d06b391.tar.gz anaconda-1544c192d01050dea6dc5a805c349ece2d06b391.tar.xz anaconda-1544c192d01050dea6dc5a805c349ece2d06b391.zip |
typo
Diffstat (limited to 'packages.py')
-rw-r--r-- | packages.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.py b/packages.py index 4d7235a7a..507a54fa9 100644 --- a/packages.py +++ b/packages.py @@ -571,7 +571,7 @@ def doInstall(method, id, intf, instPath): "\n\n") % (id.upgradeDeps,)) cb.initWindow = intf.waitWindow(_("Install Starting"), - _("Starting install process, may take several minutes...")) + _("Starting install process, this may take several minutes...")) problems = ts.run(0, ~rpm.RPMPROB_FILTER_DISKSPACE, cb.cb, 0) |