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

Sandro Tosi morph at debian.org
Sat May 9 09:39:45 UTC 2009


The following commit has been merged in the master branch:
commit 6e47d3dce4ca84199136c10b973f59069c72b658
Author: Sandro Tosi <morph at debian.org>
Date:   Sat May 9 11:26:51 2009 +0200

    small reword in message displayed for missing MUA

diff --git a/bin/reportbug b/bin/reportbug
index da0cab9..a6025d6 100755
--- a/bin/reportbug
+++ b/bin/reportbug
@@ -245,7 +245,7 @@ def handle_editing(filename, dmessage, options, sendto, attachments, package,
                              'Select mailer: ', default='', empty_ok=True)
             if mailer:
                 if not utils.mua_exists(utils.MUA[mailer]):
-                    ewrite("Your mail user agent can not be found.\n")
+                    ewrite("Selected mail user agent cannot be found.\n")
                 else:
                     mailer = utils.MUA.get(mailer)
                     if mailer:
@@ -841,7 +841,7 @@ def main():
 
     if options.mua:
         if not utils.mua_exists(options.mua):
-            ewrite("Your mail user agent can not be found; exiting.\n")
+            ewrite("Selected mail user agent cannot be found; exiting.\n")
             sys.exit(1)
 
     if options.interface:

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list