From 0976bfe694947a3617f9fcf124c68baec90d87ad Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Mon, 13 Jul 2009 10:38:27 -0400 Subject: Lots of small grammar and wording changes. Just auditing the world for clarity, don't mind me. --- anaconda | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'anaconda') diff --git a/anaconda b/anaconda index f545aaed4..aef0c9547 100755 --- a/anaconda +++ b/anaconda @@ -802,7 +802,7 @@ if __name__ == "__main__": # # if no X server, we have to use text mode if not (flags.test or flags.rootpath or x_already_set) and (not iutil.isS390() and not os.access("/usr/bin/Xorg", os.X_OK)): - stdoutLog.warning(_("Graphical installation not available. " + stdoutLog.warning(_("Graphical installation is not available. " "Starting text mode.")) time.sleep(2) opts.display_mode = 't' @@ -810,7 +810,7 @@ if __name__ == "__main__": if opts.isHeadless: # s390/iSeries checks if opts.display_mode == 'g' and not (os.environ.has_key('DISPLAY') or flags.usevnc): - stdoutLog.warning(_("DISPLAY variable not set. Starting text mode!")) + stdoutLog.warning(_("DISPLAY variable not set. Starting text mode.")) opts.display_mode = 't' graphical_failed = 1 time.sleep(2) -- cgit