summaryrefslogtreecommitdiffstats
path: root/packages.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-06-01 20:28:19 +0000
committerChris Lumens <clumens@redhat.com>2005-06-01 20:28:19 +0000
commit63124963e09efaf74bcac7b2042946fbd3bc9edb (patch)
treebb190b29de0da9d6045a49f20916543060a80f46 /packages.py
parent418be937353c1c86909801837e51c769c424141b (diff)
downloadanaconda-63124963e09efaf74bcac7b2042946fbd3bc9edb.tar.gz
anaconda-63124963e09efaf74bcac7b2042946fbd3bc9edb.tar.xz
anaconda-63124963e09efaf74bcac7b2042946fbd3bc9edb.zip
Fixed grammar and wording problems (#156048, #159044), update-po.
Diffstat (limited to 'packages.py')
-rw-r--r--packages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.py b/packages.py
index d846d2919..f64b34de2 100644
--- a/packages.py
+++ b/packages.py
@@ -987,7 +987,7 @@ def doInstall(method, id, intf, instPath):
"\n\n") % (id.upgradeDeps,))
cb.initWindow = intf.waitWindow(_("Install Starting"),
- _("Starting install process, this may take several minutes..."))
+ _("Starting install process. This may take several minutes..."))
ts.setProbFilter(~rpm.RPMPROB_FILTER_DISKSPACE)
problems = ts.run(cb.cb, 0)