summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-01-16 21:09:21 +0000
committerMatt Wilson <msw@redhat.com>2001-01-16 21:09:21 +0000
commit11157149f8d02e9894065f9ff3819fa6b0c32f78 (patch)
treec491f4c942b248e1f7766f14d9163664111b9c39 /text.py
parent13d1b78ce9de72285ffd4f90b94b9d07b601ed60 (diff)
downloadanaconda-11157149f8d02e9894065f9ff3819fa6b0c32f78.tar.gz
anaconda-11157149f8d02e9894065f9ff3819fa6b0c32f78.tar.xz
anaconda-11157149f8d02e9894065f9ff3819fa6b0c32f78.zip
s/2000/2001/g copyright
Diffstat (limited to 'text.py')
-rw-r--r--text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.py b/text.py
index b493217d5..6bd7a6537 100644
--- a/text.py
+++ b/text.py
@@ -984,7 +984,7 @@ class InstallInterface:
return InstallProgressWindow(self.screen, total, totalSize)
def drawFrame(self):
- self.welcomeText = _("Red Hat Linux (C) 2000 Red Hat, Inc.")
+ self.welcomeText = _("Red Hat Linux (C) 2001 Red Hat, Inc.")
self.screen.drawRootText (0, 0, self.welcomeText)
if (os.access("/usr/share/anaconda/help/C/s1-help-screens-lang.txt", os.R_OK)):
self.screen.pushHelpLine (_(" <F1> for help | <Tab> between elements | <Space> selects | <F12> next screen"))