summaryrefslogtreecommitdiffstats
path: root/pyanaconda/ui/tui
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2013-02-28 09:20:44 -0500
committerChris Lumens <clumens@redhat.com>2013-02-28 09:20:44 -0500
commit0de341e4a7c34bbf3260f20a24734e1855e41298 (patch)
treefb1e4e1bf6200721b0fb9df216442461e6ad3a5f /pyanaconda/ui/tui
parentfac188831f82189e1fb5700e867c3b9b5c5fa1a9 (diff)
downloadanaconda-0de341e4a7c34bbf3260f20a24734e1855e41298.tar.gz
anaconda-0de341e4a7c34bbf3260f20a24734e1855e41298.tar.xz
anaconda-0de341e4a7c34bbf3260f20a24734e1855e41298.zip
A bunch more "install" -> "installation" changes.
Diffstat (limited to 'pyanaconda/ui/tui')
-rw-r--r--pyanaconda/ui/tui/spokes/askvnc.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyanaconda/ui/tui/spokes/askvnc.py b/pyanaconda/ui/tui/spokes/askvnc.py
index c27dd04f2..fc437f9eb 100644
--- a/pyanaconda/ui/tui/spokes/askvnc.py
+++ b/pyanaconda/ui/tui/spokes/askvnc.py
@@ -45,8 +45,8 @@ class AskVNCSpoke(NormalTUISpoke):
"start VNC to connect to "
"this computer from another "
"computer and perform a "
- "graphical install or continue "
- "with a text mode install?")
+ "graphical installation or continue "
+ "with a text mode installation?")
self._choices = (USEVNC, USETEXT)
self._usevnc = False