summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2009-07-13 10:38:27 -0400
committerPeter Jones <pjones@vroomfondel.internal.datastacks.com>2009-07-13 10:41:00 -0400
commit0976bfe694947a3617f9fcf124c68baec90d87ad (patch)
tree8743133788a4d759740d699998122bc6732b4ede /anaconda
parent0c951cfba63a967f6b67d9b112bd26fb42a1abe0 (diff)
downloadanaconda-0976bfe694947a3617f9fcf124c68baec90d87ad.tar.gz
anaconda-0976bfe694947a3617f9fcf124c68baec90d87ad.tar.xz
anaconda-0976bfe694947a3617f9fcf124c68baec90d87ad.zip
Lots of small grammar and wording changes.
Just auditing the world for clarity, don't mind me.
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda4
1 files changed, 2 insertions, 2 deletions
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)