* [gentoo-commits] portage r15803 - main/trunk/pym/_emerge/sync
@ 2010-03-09 19:48 Zac Medico (zmedico)
0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2010-03-09 19:48 UTC (permalink / raw
To: gentoo-commits
Author: zmedico
Date: 2010-03-09 19:48:12 +0000 (Tue, 09 Mar 2010)
New Revision: 15803
Modified:
main/trunk/pym/_emerge/sync/old_tree_timestamp.py
Log:
Add periods.
Modified: main/trunk/pym/_emerge/sync/old_tree_timestamp.py
===================================================================
--- main/trunk/pym/_emerge/sync/old_tree_timestamp.py 2010-03-09 19:27:45 UTC (rev 15802)
+++ main/trunk/pym/_emerge/sync/old_tree_timestamp.py 2010-03-09 19:48:12 UTC (rev 15803)
@@ -90,10 +90,10 @@
if (unixtime - 86400 * warnsync) > lastsync:
out = EOutput()
if have_english_locale():
- out.ewarn("Last emerge --sync was %s ago" % \
+ out.ewarn("Last emerge --sync was %s ago." % \
whenago(unixtime - lastsync))
else:
- out.ewarn(_("Last emerge --sync was %s") % \
+ out.ewarn(_("Last emerge --sync was %s.") % \
time.strftime('%c', time.localtime(lastsync)))
return True
return False
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-03-09 19:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-09 19:48 [gentoo-commits] portage r15803 - main/trunk/pym/_emerge/sync Zac Medico (zmedico)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox