Add periods.
authorZac Medico <zmedico@gentoo.org>
Tue, 9 Mar 2010 19:48:12 +0000 (19:48 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 9 Mar 2010 19:48:12 +0000 (19:48 -0000)
svn path=/main/trunk/; revision=15803

pym/_emerge/sync/old_tree_timestamp.py

index d24116f15bff3ce0d4a0c02b6880b4b1434162c8..00d671c2936a801f4410f0870bd53f0d36615a6c 100644 (file)
@@ -90,10 +90,10 @@ def old_tree_timestamp_warn(portdir, settings):
        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