[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.5-27-ga4a34e7

Sandro Tosi morph at debian.org
Mon Aug 10 18:27:43 UTC 2009


The following commit has been merged in the master branch:
commit 91e9fe54c5e0c686069f559a673a9dd147c84700
Author: Sandro Tosi <morph at debian.org>
Date:   Mon Aug 10 16:52:52 2009 +0200

    little rewording

diff --git a/reportbug/submit.py b/reportbug/submit.py
index b04cfb8..e48ee52 100644
--- a/reportbug/submit.py
+++ b/reportbug/submit.py
@@ -441,10 +441,10 @@ def send_report(body, attachments, mua, fromaddr, sendto, ccaddr, bccaddr,
             returnvalue = ui.system(mua % commands.mkarg(filename)[1:])
             if returnvalue != 0:
                 ewrite("Mutt users should be aware it is mandatory to edit the draft before sending.\n")
-                mtitle = 'Sending the report has failed; What now?'
+                mtitle = 'Report has not been sent yet; what do you want to do now?'
                 mopts = 'Eq'
                 moptsdesc = {'e' : 'Edit the message.',
-                'q' : 'Quit reportbug;Will save your report for a next use.'}
+                'q' : 'Quit reportbug; will save the draft for future use.'}
                 x = ui.select_options(mtitle, mopts, moptsdesc)
                 if x == 'q':
                     failed = True

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list