summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjakub <jakub>2000-01-24 12:47:04 +0000
committerjakub <jakub>2000-01-24 12:47:04 +0000
commitecb68d699756d72eb6f0f260f69632156cc0b319 (patch)
treefc4b10719a1c510ded3f206befa1c339bc48cbf0
parentfcd96cae11b302b28a2668d9d1d5199288b3a48c (diff)
downloadanaconda-ecb68d699756d72eb6f0f260f69632156cc0b319.tar.gz
anaconda-ecb68d699756d72eb6f0f260f69632156cc0b319.tar.xz
anaconda-ecb68d699756d72eb6f0f260f69632156cc0b319.zip
Its 2000 now :)
-rw-r--r--text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.py b/text.py
index f192a21bc..eeb40124e 100644
--- a/text.py
+++ b/text.py
@@ -976,7 +976,7 @@ class InstallInterface:
def __init__(self):
self.screen = SnackScreen()
- self.welcomeText = _("Red Hat Linux (C) 1999 Red Hat, Inc.")
+ self.welcomeText = _("Red Hat Linux (C) 2000 Red Hat, Inc.")
self.screen.drawRootText (0, 0, self.welcomeText)
self.screen.pushHelpLine (_(" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen"))
# uncomment this line to make the installer quit on <Ctrl+Z>