Add periods. (trunk r15803)
authorZac Medico <zmedico@gentoo.org>
Tue, 9 Mar 2010 20:21:05 +0000 (20:21 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 9 Mar 2010 20:21:05 +0000 (20:21 -0000)
svn path=/main/branches/2.1.7/; revision=15807

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