[Reportbug-commits] [reportbug] 03/38: typo fix; Closes: #875309

Sandro Tosi morph at moszumanska.debian.org
Fri Dec 29 04:33:43 UTC 2017


This is an automated email from the git hooks/post-receive script.

morph pushed a commit to branch master
in repository reportbug.

commit 11ebadc4fa4f12abd8d4b3bf8ab214fca19ca793
Author: Sandro Tosi <morph at debian.org>
Date:   Thu Dec 28 17:51:53 2017 -0500

    typo fix; Closes: #875309
---
 debian/changelog        | 4 +++-
 reportbug/ui/gtk2_ui.py | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6a64b2c..d5b7f31 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,10 @@ reportbug (7.1.8) UNRELEASED; urgency=medium
   * reportbug/utils.py
     - fix invalid escape sequence deprecation warnings with Python 3.6; patch by
       Ville Skyttä; Closes: #878437
+  * reportbug/ui/gtk2_ui.py
+    - typo fix; Closes: #875309
 
- -- Sandro Tosi <morph at debian.org>  Thu, 28 Dec 2017 17:49:05 -0500
+ -- Sandro Tosi <morph at debian.org>  Thu, 28 Dec 2017 17:51:38 -0500
 
 reportbug (7.1.7) unstable; urgency=medium
 
diff --git a/reportbug/ui/gtk2_ui.py b/reportbug/ui/gtk2_ui.py
index fe97201..83ab44e 100644
--- a/reportbug/ui/gtk2_ui.py
+++ b/reportbug/ui/gtk2_ui.py
@@ -1139,7 +1139,7 @@ class HandleBTSQueryPage(TreePage):
         _assert_context(ui_context)
         bug_ids = TreePage.get_value(self)
         if not bug_ids:
-            info_dialog("Please select one ore more bugs")
+            info_dialog("Please select one or more bugs")
             return
 
         dialog = BugsDialog(self.assistant, self.queryonly)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reportbug/reportbug.git



More information about the Reportbug-commits mailing list