[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.9-24-g20c16d9
Sandro Tosi
morph at debian.org
Mon Jan 4 18:32:14 UTC 2010
The following commit has been merged in the master branch:
commit 15985546e881d799b7c866a075b7182893226663
Author: Sandro Tosi <morph at debian.org>
Date: Sun Jan 3 20:11:24 2010 +0100
clarified the menu showing bugs already present, changing the title and the buttons; thanks to Nick for the report; Closes: #462614
diff --git a/debian/changelog b/debian/changelog
index 3738653..22a406b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -41,8 +41,10 @@ reportbug (4.10~WIP) UNRELEASED; urgency=low
- when retrieving a string, also show a default text (if preset), useful in
particular with --configure to see the current values for realname and
email; thanks to Andrei Popescu for the report; Closes: #526631
+ - clarified the menu showing bugs already present, changing the title and
+ the buttons; thanks to Nick for the report; Closes: #462614
- -- Sandro Tosi <morph at debian.org> Sun, 03 Jan 2010 16:28:52 +0100
+ -- Sandro Tosi <morph at debian.org> Sun, 03 Jan 2010 20:10:03 +0100
reportbug (4.9) unstable; urgency=low
diff --git a/reportbug/ui/urwid_ui.py b/reportbug/ui/urwid_ui.py
index 775a67e..ae3a77a 100644
--- a/reportbug/ui/urwid_ui.py
+++ b/reportbug/ui/urwid_ui.py
@@ -599,13 +599,13 @@ def handle_bts_query(package, bts, mirrors=None, http_proxy="",
cancellabel = 'Exit'
quitlabel = None
else:
- cancellabel = 'Continue'
+ cancellabel = 'New bug'
quitlabel='Quit'
while True:
- info = menu('Select a bug to read the report:', buglist,
+ info = menu('Select a bug to read (and possibly report more information) or report a new bug:', buglist,
'', ui=ui, title=sectitle, default=p,
- oklabel='Get info',
+ oklabel='Read bug',
cancellabel=cancellabel,
quitlabel=quitlabel)
ui = None
--
Reportbug - reports bugs in the Debian distribution
More information about the Reportbug-commits
mailing list