Package: reportbug
Version: 6.5.1
Severity: minor
Tags: patch
When filing a bug against ftp.debian.org, the user is prompted for
choosing the distribution to which the removal should apply and the
following instruction is given:
Is the removal to be done in a suite other than "unstable"?
Please press Enter for "unstable"
However, pressing Enter results in the first choice in the check list
to be chosen. A more appropriate message would be:
Please press Ok for "unstable"
The patch attached below fixes the problem.
Best,
Rafael Laboissière
>From 518110f61e46ab76e0bb1bf02b10a3a2446bf7b8 Mon Sep 17 00:00:00 2001
From: Rafael Laboissiere <raf...@laboissiere.net>
Date: Wed, 15 Oct 2014 08:39:57 +0200
Subject: [PATCH] Reword a misleading instruction when choosing distribution
When filing a bug against ftp.debian.org, the user is prompted for
choosing the distribution to which the removal should apply and the
following instruction is given:
Is the removal to be done in a suite other than "unstable"?
Please press Enter for "unstable"
However, pressing Enter results in the first choice in the check list
to be chosen. A more appropriate message would be:
Please press Ok for "unstable"
---
reportbug/debbugs.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/reportbug/debbugs.py b/reportbug/debbugs.py
index 4eff3a9..5e8f7e1 100644
--- a/reportbug/debbugs.py
+++ b/reportbug/debbugs.py
@@ -326,7 +326,7 @@ def handle_debian_ftp(package, bts, ui, fromaddr, timeout, online=True, http_pro
else:
# we handle here the removal requests
suite = ui.menu('Is the removal to be done in a suite other than'
- ' "unstable"? Please press Enter for "unstable"', {
+ ' "unstable"? Please press Ok for "unstable"', {
'oldstable' : "Old stable.",
'oldstable-proposed-updates' : "Old stable proposed updates.",
'stable' : "Stable.",
--
2.1.1