diff options
author | bfox <bfox> | 2002-12-17 18:49:22 +0000 |
---|---|---|
committer | bfox <bfox> | 2002-12-17 18:49:22 +0000 |
commit | bd39fc650b256fdbd5f03ace04f9889f88f8c871 (patch) | |
tree | 6527eb56d93bc8132ebcab90234a284212c63006 /iw | |
parent | 866c78e231d4a986a4491bf1cc224dcce078b26d (diff) | |
download | anaconda-bd39fc650b256fdbd5f03ace04f9889f88f8c871.tar.gz anaconda-bd39fc650b256fdbd5f03ace04f9889f88f8c871.tar.xz anaconda-bd39fc650b256fdbd5f03ace04f9889f88f8c871.zip |
there needs to be an 's' on redhat-config-packages
Diffstat (limited to 'iw')
-rw-r--r-- | iw/desktop_choice_gui.py | 4 |
1 files changed, 2 insertions, 2 deletions
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,) |