From 7450a5e8bbe6443e096a135c5bb8c546f14d1c5f Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Sun, 12 Dec 2010 18:26:25 -0800 Subject: [PATCH] backportpackage: Fix slightly awkward text --- backportpackage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backportpackage b/backportpackage index d13444f..a3a1104 100755 --- a/backportpackage +++ b/backportpackage @@ -196,7 +196,7 @@ def main(args): bp_version = bp_version[bp_version.find(':')+1:] print 'Please check the package in file://%s carefully' % tmpdir - prompt = 'Do you still want to upload this to %s? [Y/n]' % upload + prompt = 'Do you want to upload this to %s? [Y/n]' % upload while True: answer = raw_input(prompt).strip().lower() if answer in ('', 'y', 'yes'):