summaryrefslogtreecommitdiffstats
path: root/packages.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2001-08-28 20:07:48 +0000
committerMike Fulbright <msf@redhat.com>2001-08-28 20:07:48 +0000
commit3a96a8afed6a1d5bfa76d0630cdd0b880051fd71 (patch)
tree30a9162f82992ce22410ccfebda5a990eb3e9aee /packages.py
parente91e6387622818f56f288ecac65ea2a3bc711812 (diff)
downloadanaconda-3a96a8afed6a1d5bfa76d0630cdd0b880051fd71.tar.gz
anaconda-3a96a8afed6a1d5bfa76d0630cdd0b880051fd71.tar.xz
anaconda-3a96a8afed6a1d5bfa76d0630cdd0b880051fd71.zip
should i18n this string
Diffstat (limited to 'packages.py')
-rw-r--r--packages.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages.py b/packages.py
index e600de7dd..f229d2a4a 100644
--- a/packages.py
+++ b/packages.py
@@ -526,9 +526,9 @@ def doInstall(method, id, intf, instPath):
syslog.start (instPath, syslogname)
if upgrade:
- instLog.write("Upgrading %s packages\n\n" % (i))
+ instLog.write(_("Upgrading %s packages\n\n") % (i))
else:
- instLog.write("Installing %s packages\n\n" % (i))
+ instLog.write(_("Installing %s packages\n\n") % (i))
ts.scriptFd = instLog.fileno ()
# the transaction set dup()s the file descriptor and will close the