projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
714d5f8
)
Add periods.
author
Zac Medico
<zmedico@gentoo.org>
Tue, 9 Mar 2010 19:48:12 +0000
(19:48 -0000)
committer
Zac 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
patch
|
blob
|
history
diff --git
a/pym/_emerge/sync/old_tree_timestamp.py
b/pym/_emerge/sync/old_tree_timestamp.py
index d24116f15bff3ce0d4a0c02b6880b4b1434162c8..00d671c2936a801f4410f0870bd53f0d36615a6c 100644
(file)
--- a/
pym/_emerge/sync/old_tree_timestamp.py
+++ b/
pym/_emerge/sync/old_tree_timestamp.py
@@
-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