From ec8bf4b60f46c0a412e6dda6ca8737ffdcb008d5 Mon Sep 17 00:00:00 2001 From: Juergen Weigert Date: Tue, 9 Mar 2010 01:40:32 +0100 Subject: [PATCH] Proofreading... it (the computer) shall not speak about itself in first person. --- osc/core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osc/core.py b/osc/core.py index 449a1f1d..a826ec47 100644 --- a/osc/core.py +++ b/osc/core.py @@ -1265,8 +1265,8 @@ rev: %s def mark_frozen(self): store_write_string(self.absdir, '_frozenlink', '') print - print "The link in this package is currently broken. I have checked" - print "out the last working version instead, please use 'osc pull'" + print "The link in this package is currently broken. Checking" + print "out the last working version instead; please use 'osc pull'" print "to repair the link." print