diff options
author | Jeremy Katz <katzj@redhat.com> | 2004-01-23 17:34:47 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2004-01-23 17:34:47 +0000 |
commit | 4b2b22dbc311b436895620a0cbc4b03f837d5a3c (patch) | |
tree | b5ccc363e306ba015ca2ee785b23a12fe4d20507 /textw | |
parent | 8665c3c4cc4af61231d54714f30e181f3d3abc43 (diff) | |
download | anaconda-4b2b22dbc311b436895620a0cbc4b03f837d5a3c.tar.gz anaconda-4b2b22dbc311b436895620a0cbc4b03f837d5a3c.tar.xz anaconda-4b2b22dbc311b436895620a0cbc4b03f837d5a3c.zip |
more redhat-config -> system-config
Diffstat (limited to 'textw')
-rw-r--r-- | textw/desktop_choice_text.py | 2 | ||||
-rw-r--r-- | textw/timezone_text.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/textw/desktop_choice_text.py b/textw/desktop_choice_text.py index d19a5d0f8..18bc99354 100644 --- a/textw/desktop_choice_text.py +++ b/textw/desktop_choice_text.py @@ -27,7 +27,7 @@ class DesktopChoiceWindow: labeltxt = N_("The default installation environment includes our " "recommended package selection. After installation, " "additional software can be added or removed using the " - "'redhat-config-packages' tool.\n\n" + "'system-config-packages' tool.\n\n" "However %s ships with many more applications, and " "you may customize the selection of software " "installed if you want.") diff --git a/textw/timezone_text.py b/textw/timezone_text.py index 0c0bb0b7a..f6b9ef29c 100644 --- a/textw/timezone_text.py +++ b/textw/timezone_text.py @@ -19,7 +19,7 @@ from snack import * from constants_text import * from rhpl.translate import _, textdomain -textdomain("redhat-config-date") +textdomain("system-config-date") class TimezoneWindow: |