summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2009-07-10 11:48:54 -0400
committerPeter Jones <pjones@vroomfondel.internal.datastacks.com>2009-07-13 10:39:17 -0400
commit2961ad07899b582f349cf45e318ef7daab3c4f07 (patch)
tree89a1377a25ab86bc77ea6ef7a0869afd1c2f7790 /anaconda
parent37d3b2efdddffb841ef18699f5a220b6f8de16bc (diff)
downloadanaconda-2961ad07899b582f349cf45e318ef7daab3c4f07.tar.gz
anaconda-2961ad07899b582f349cf45e318ef7daab3c4f07.tar.xz
anaconda-2961ad07899b582f349cf45e318ef7daab3c4f07.zip
Get rid of sloppy elipses usage.
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda4
1 files changed, 2 insertions, 2 deletions
diff --git a/anaconda b/anaconda
index e1c9fbc17..f545aaed4 100755
--- a/anaconda
+++ b/anaconda
@@ -453,7 +453,7 @@ class Anaconda:
def setInstallInterface(self, display_mode):
# setup links required by graphical mode if installing and verify display mode
if display_mode == 'g':
- stdoutLog.info (_("Starting graphical installation..."))
+ stdoutLog.info (_("Starting graphical installation."))
try:
from gui import InstallInterface
@@ -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 not available. "
"Starting text mode."))
time.sleep(2)
opts.display_mode = 't'