diff options
author | jakub <jakub> | 2000-01-24 12:47:04 +0000 |
---|---|---|
committer | jakub <jakub> | 2000-01-24 12:47:04 +0000 |
commit | ecb68d699756d72eb6f0f260f69632156cc0b319 (patch) | |
tree | fc4b10719a1c510ded3f206befa1c339bc48cbf0 | |
parent | fcd96cae11b302b28a2668d9d1d5199288b3a48c (diff) | |
download | anaconda-ecb68d699756d72eb6f0f260f69632156cc0b319.tar.gz anaconda-ecb68d699756d72eb6f0f260f69632156cc0b319.tar.xz anaconda-ecb68d699756d72eb6f0f260f69632156cc0b319.zip |
Its 2000 now :)
-rw-r--r-- | text.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |