[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.9-67-g1b2f03e

Sandro Tosi morph at debian.org
Mon Mar 8 20:04:09 UTC 2010


The following commit has been merged in the master branch:
commit e0d34ac8620d53e9170582e99098fa966fc2102b
Author: Sandro Tosi <morph at debian.org>
Date:   Mon Mar 8 19:26:36 2010 +0100

    fix spelling error when alerting of attachments drop when spawning a MUA; thanks to gregor herrmann for the report and patch; Closes: #572894

diff --git a/bin/reportbug b/bin/reportbug
index 6e033d7..3b3f745 100755
--- a/bin/reportbug
+++ b/bin/reportbug
@@ -288,7 +288,7 @@ def handle_editing(filename, dmessage, options, sendto, attachments, package,
                     if attachments:
                         # notify that they will be lost
                         if ui.yes_no(
-                            'Editing the report will loose all the attachement: are you sure you want to continue?',
+                            'Editing the report will lose all attachments: are you sure you want to continue?',
                             'Yes, please',
                             'No, thanks',
                             True):
diff --git a/debian/changelog b/debian/changelog
index ae1cf23..cc0deac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -32,8 +32,11 @@ reportbug (4.10.3) UNRELEASED; urgency=low
   * bin/reportbug, reportbug/submit.py
     - use 'draftpath' anytime a temporary file needs to be used; thanks to
       Vincent Lefevre for the report; Closes: #564704
+  * bin/reportbug
+    - fix spelling error when alerting of attachments drop when spawning a MUA;
+      thanks to gregor herrmann for the report and patch; Closes: #572894
 
- -- Sandro Tosi <morph at debian.org>  Mon, 08 Mar 2010 19:18:02 +0100
+ -- Sandro Tosi <morph at debian.org>  Mon, 08 Mar 2010 19:24:59 +0100
 
 reportbug (4.10.2) unstable; urgency=low
 

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list