summaryrefslogtreecommitdiffstats
path: root/textw/network_text.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-02-27 21:17:26 +0000
committerChris Lumens <clumens@redhat.com>2007-02-27 21:17:26 +0000
commit2ed15c8e880336ab539ad3b491426f9399cc860c (patch)
tree3e618fa932ae8a8481540a0918fa2f9d6fdeff54 /textw/network_text.py
parent2d4d0344b9028b16dcbf7dda13ce77b7300443a0 (diff)
downloadanaconda-2ed15c8e880336ab539ad3b491426f9399cc860c.tar.gz
anaconda-2ed15c8e880336ab539ad3b491426f9399cc860c.tar.xz
anaconda-2ed15c8e880336ab539ad3b491426f9399cc860c.zip
Apply a patch to clean up strings (Paul W. Frields <stickster@gmail.com>,
#204564).
Diffstat (limited to 'textw/network_text.py')
-rw-r--r--textw/network_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/network_text.py b/textw/network_text.py
index be1efb694..f5ff194b2 100644
--- a/textw/network_text.py
+++ b/textw/network_text.py
@@ -702,7 +702,7 @@ class HostnameWindow:
_("If your system is part of a larger network "
"where hostnames are assigned by DHCP, "
"select automatically via DHCP. Otherwise, "
- "select manually and enter in a hostname for "
+ "select manually and enter a hostname for "
"your system. If you do not, your system "
"will be known as 'localhost.'"))
toplevel.add(text, 0, 0, (0, 0, 0, 1))