diff options
author | Matt Wilson <msw@redhat.com> | 2001-01-16 21:09:21 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-01-16 21:09:21 +0000 |
commit | 11157149f8d02e9894065f9ff3819fa6b0c32f78 (patch) | |
tree | c491f4c942b248e1f7766f14d9163664111b9c39 /text.py | |
parent | 13d1b78ce9de72285ffd4f90b94b9d07b601ed60 (diff) | |
download | anaconda-11157149f8d02e9894065f9ff3819fa6b0c32f78.tar.gz anaconda-11157149f8d02e9894065f9ff3819fa6b0c32f78.tar.xz anaconda-11157149f8d02e9894065f9ff3819fa6b0c32f78.zip |
s/2000/2001/g copyright
Diffstat (limited to 'text.py')
-rw-r--r-- | text.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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")) |