From bd39fc650b256fdbd5f03ace04f9889f88f8c871 Mon Sep 17 00:00:00 2001 From: bfox Date: Tue, 17 Dec 2002 18:49:22 +0000 Subject: there needs to be an 's' on redhat-config-packages --- iw/desktop_choice_gui.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'iw') diff --git a/iw/desktop_choice_gui.py b/iw/desktop_choice_gui.py index 4befe44f3..5d5974fb1 100644 --- a/iw/desktop_choice_gui.py +++ b/iw/desktop_choice_gui.py @@ -68,7 +68,7 @@ class DesktopChoiceWindow (InstallWindow): "\tAdministration Tools\n" "\n" "After installation, additional software can be added or removed using " - "the 'redhat-config-package' tool.\n\n" + "the 'redhat-config-packages' tool.\n\n" "If you are familiar with %s, you may have specific packages " "you would like to install or avoid installing. Check the box below to " "customize your installation.") % (productName,) @@ -89,7 +89,7 @@ class DesktopChoiceWindow (InstallWindow): "\tGames\n" "\n" "After installation, additional software can be added or removed using " - "the 'redhat-config-package' tool.\n\n" + "the 'redhat-config-packages' tool.\n\n" "If you are familiar with %s, you may have specific packages " "you would like to install or avoid installing. Check the box below to " "customize your installation.") % (productName,) -- cgit