From 0de341e4a7c34bbf3260f20a24734e1855e41298 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Thu, 28 Feb 2013 09:20:44 -0500 Subject: A bunch more "install" -> "installation" changes. --- pyanaconda/ui/tui/spokes/askvnc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyanaconda/ui/tui') 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 -- cgit