From: Marius Mauch Date: Thu, 11 Jan 2007 07:52:57 +0000 (-0000) Subject: Rename 'Last Sync' to 'Timestamp of tree' to clarify the meaning (bug #150051) X-Git-Tag: v2.1.2~86 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e48706131c2aca3399e1fccb26ea29863a37ae25;p=portage.git Rename 'Last Sync' to 'Timestamp of tree' to clarify the meaning (bug #150051) svn path=/main/trunk/; revision=5545 --- diff --git a/bin/emerge b/bin/emerge index 03f6d93b0..3c89b4816 100755 --- a/bin/emerge +++ b/bin/emerge @@ -4194,7 +4194,7 @@ def action_info(settings, trees, myopts, myfiles): print "Unknown Host Operating System" lastSync = portage.grabfile(os.path.join( settings["PORTDIR"], "metadata", "timestamp.chk")) - print "Last Sync:", + print "Timestamp of tree:", if lastSync: print lastSync[0] else: