public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r15807 - main/branches/2.1.7/pym/_emerge/sync
@ 2010-03-09 20:21 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2010-03-09 20:21 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2010-03-09 20:21:05 +0000 (Tue, 09 Mar 2010)
New Revision: 15807

Modified:
   main/branches/2.1.7/pym/_emerge/sync/old_tree_timestamp.py
Log:
Add periods. (trunk r15803)

Modified: main/branches/2.1.7/pym/_emerge/sync/old_tree_timestamp.py
===================================================================
--- main/branches/2.1.7/pym/_emerge/sync/old_tree_timestamp.py	2010-03-09 20:20:51 UTC (rev 15806)
+++ main/branches/2.1.7/pym/_emerge/sync/old_tree_timestamp.py	2010-03-09 20:21:05 UTC (rev 15807)
@@ -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 20:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-09 20:21 [gentoo-commits] portage r15807 - main/branches/2.1.7/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