diff options
author | Bill Nottingham <notting@redhat.com> | 2003-12-16 16:51:01 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2003-12-16 16:51:01 +0000 |
commit | 521dbe80148a5e5301c8494592032c475c9be2e0 (patch) | |
tree | 673e4369f7b841a861efd97a14d6982b173c9098 /rescue.py | |
parent | 7ca8fa80202cdc514659eac64a51fafaf66dbbbe (diff) | |
download | anaconda-521dbe80148a5e5301c8494592032c475c9be2e0.tar.gz anaconda-521dbe80148a5e5301c8494592032c475c9be2e0.tar.xz anaconda-521dbe80148a5e5301c8494592032c475c9be2e0.zip |
remove some Red Hat-isms
Diffstat (limited to 'rescue.py')
-rw-r--r-- | rescue.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -254,7 +254,7 @@ def runRescue(instPath, mountroot, id): # prompt to see if we should try and find root filesystem and mount # everything in /etc/fstab on that root rc = ButtonChoiceWindow(screen, _("Rescue"), - _("The rescue environment will now attempt to find your Red Hat " + _("The rescue environment will now attempt to find your " "Linux installation and mount it under the directory " "%s. You can then make any changes required to your " "system. If you want to proceed with this step choose " |