summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.py b/text.py
index 43fe547a5..af8ff7f7e 100644
--- a/text.py
+++ b/text.py
@@ -329,7 +329,7 @@ class InstallInterface:
return WaitWindow(self.screen, title, text)
def drawFrame(self):
- self.welcomeText = _("%s (C) 2002 Red Hat, Inc.") % (productName,)
+ self.welcomeText = _("%s (C) 2003 Red Hat, Inc.") % (productName,)
self.screen.drawRootText (0, 0, self.welcomeText)
self.screen.drawRootText (len(_(self.welcomeText)), 0,
(self.screen.width -