diff options
author | Jeremy Katz <katzj@redhat.com> | 2001-07-23 01:10:30 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2001-07-23 01:10:30 +0000 |
commit | de6be4843aa32b192ea7039b6baed8662d0fa110 (patch) | |
tree | 974597ac34497196443fd09a694a139e110eb2ff /textw | |
parent | 1bc429f0c79e14951535257ae9e417c2fb92a9a2 (diff) | |
download | anaconda-de6be4843aa32b192ea7039b6baed8662d0fa110.tar.gz anaconda-de6be4843aa32b192ea7039b6baed8662d0fa110.tar.xz anaconda-de6be4843aa32b192ea7039b6baed8662d0fa110.zip |
grammar (49666)
Diffstat (limited to 'textw')
-rw-r--r-- | textw/complete_text.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/complete_text.py b/textw/complete_text.py index eb76eca5f..8d687fdc4 100644 --- a/textw/complete_text.py +++ b/textw/complete_text.py @@ -67,7 +67,7 @@ class ReconfigFinishedWindow: "For information on errata (updates and bug fixes), visit " "http://www.redhat.com/errata.\n\n" "Information on using your " - "system is available in the Red Hat Linux manuals." + "system is available in the Red Hat Linux manuals at " "http://www.redhat.com/support/manuals."), [ _("OK") ], help = "reconfigfinished") |