[yum-cvs] output.py
Seth Vidal
skvidal at linux.duke.edu
Fri Dec 7 04:19:03 UTC 2007
output.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4e5b78826a1d230472050efd0e9a6671726a4ffe
Author: Seth Vidal <skvidal at fedoraproject.org>
Date: Thu Dec 6 23:18:45 2007 -0500
correct spelling of interrupt and clarify
diff --git a/output.py b/output.py
index c4d780c..932cf41 100644
--- a/output.py
+++ b/output.py
@@ -567,7 +567,7 @@ Remove %5.5s Package(s)
hibeg = self.term.MODE['bold']
hiend = self.term.MODE['normal']
msg = """
- Current download cancelled, %sinterupt again%s within %s%s%s seconds to exit.
+ Current download cancelled, %sinterrupt (ctrl-c) again%s within %s%s%s seconds to exit.
""" % (hibeg, hiend, hibeg, delta_exit_str, hiend)
self.verbose_logger.log(logginglevels.INFO_2, msg)
elif now - self._last_interrupt < delta_exit_chk:
More information about the Yum-cvs-commits
mailing list