summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-01-02 16:47:30 +0000
committerJeremy Katz <katzj@redhat.com>2003-01-02 16:47:30 +0000
commit00c77d88bff9bc9c60983a630d15bbee5b7702c1 (patch)
treebd18ad397e99ebbc1467244a03e7a160a94592d8 /text.py
parent44f649473f39546d6de92df69ac28589243f9a44 (diff)
downloadanaconda-00c77d88bff9bc9c60983a630d15bbee5b7702c1.tar.gz
anaconda-00c77d88bff9bc9c60983a630d15bbee5b7702c1.tar.xz
anaconda-00c77d88bff9bc9c60983a630d15bbee5b7702c1.zip
update visible copyright date
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 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 -