diff options
author | Peter Jones <pjones@redhat.com> | 2009-07-13 10:38:27 -0400 |
---|---|---|
committer | Peter Jones <pjones@vroomfondel.internal.datastacks.com> | 2009-07-13 10:41:00 -0400 |
commit | 0976bfe694947a3617f9fcf124c68baec90d87ad (patch) | |
tree | 8743133788a4d759740d699998122bc6732b4ede /anaconda | |
parent | 0c951cfba63a967f6b67d9b112bd26fb42a1abe0 (diff) | |
download | anaconda-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-x | anaconda | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |