[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.2-17-g7ae8c3b

Sandro Tosi morph at debian.org
Sat May 9 12:59:16 UTC 2009


The following commit has been merged in the master branch:
commit db8319ca6fcd00b25c8dba8589582b34aca7308e
Author: Sandro Tosi <morph at debian.org>
Date:   Sat May 9 14:58:34 2009 +0200

    little change to message displayed when saving to file

diff --git a/bin/reportbug b/bin/reportbug
index a3cf0f2..671bea1 100755
--- a/bin/reportbug
+++ b/bin/reportbug
@@ -202,7 +202,7 @@ def handle_editing(filename, dmessage, options, sendto, attachments, package,
                     prompt = 'ERROR: you have composed an ITP with fields unchanged from the template; this will NOT be submitted. You should edit all fields so they contain correct values for your ITP (e to edit)'
 
         if options.outfile:
-            yesmessage = 'Store the report in %s.' % options.outfile
+            yesmessage = 'Save the report into %s .' % options.outfile
         else:
             yesmessage = 'Submit the bug report via email.'
 

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list